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

Increase timeout on VPC deletion retry. #455

Merged
merged 1 commit into from
Jul 8, 2020
Merged

Conversation

andrewsomething
Copy link
Member

Sometimes a lag between when a resource is deleted and when it is de-registered from the VPC service can be observed. We currently will retry failed VPC delete requests for one minute before timing out. This PR raises the default to two minutes and makes it user configurable. I'm reluctant to raise the default to a much larger value as this can be a legitimate error (e.g. a Droplet created in the control panel was added to a VPC managed with Terraform).

This should help to resolve https://github.com/terraform-providers/terraform-provider-digitalocean/issues/446

@ghost ghost added the size/XS label Jun 25, 2020
@MasonEgger MasonEgger self-requested a review July 7, 2020 22:48
@andrewsomething andrewsomething merged commit a248152 into master Jul 8, 2020
@andrewsomething andrewsomething deleted the asb/issues/446 branch July 8, 2020 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error deleting VPC
2 participants