Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

droplet: Fix configurable timeouts for Droplet creates. #867

Merged
merged 3 commits into from
Sep 7, 2022

Conversation

andrewsomething
Copy link
Member

Follows up on #839 After creating a Droplet, we're polling using both waitForAction and then waitForDropletAttribute. This is redundant and waitForAction does not currently support configurable timeouts. So configuring a create timeout is effectively ignored. This resolves the issue by removing the waitForAction call.

Fixes: #828

@andrewsomething andrewsomething requested a review from a team August 17, 2022 13:53
@andrewsomething andrewsomething temporarily deployed to Acceptance Tests August 17, 2022 13:55 Inactive
@andrewsomething andrewsomething temporarily deployed to Acceptance Tests August 22, 2022 18:40 Inactive
@andrewsomething andrewsomething temporarily deployed to Acceptance Tests September 1, 2022 14:15 Inactive
@andrewsomething andrewsomething merged commit 82a2f4e into main Sep 7, 2022
@andrewsomething andrewsomething deleted the asb/issues/828 branch September 7, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add timeout configuration for digitalocean_droplet resource
2 participants