Skip to content

droplet: Fix configurable timeouts for Droplet creates.#867

Merged
andrewsomething merged 3 commits intomainfrom
asb/issues/828
Sep 7, 2022
Merged

droplet: Fix configurable timeouts for Droplet creates.#867
andrewsomething merged 3 commits intomainfrom
asb/issues/828

Conversation

@andrewsomething
Copy link
Copy Markdown
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