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 subnet & security group deletion timeout (2 -> 5 mins) #1886

Merged
merged 1 commit into from
May 12, 2015

Conversation

radeksimko
Copy link
Member

This should prevent DependencyViolation errors while waiting for larger ASGs to shut down.

Feel free to replicate the DependencyViolation with the following setup of 5-nodes in ASG:
https://gist.github.com/radeksimko/28a5bd3cd6d2ed30599b

Before running terraform destroy, make sure to wait until the ASG fully comes up and both checks are green (usually takes a few minutes).
screen shot 2015-05-09 at 21 33 53
The shutdown process then takes more time as it apparently needs to shut all running services.
Running apply & destroy immediately works well, but that's not the use-case we care about. 😃

 - this should prevent DependencyViolation errors while waiting for larger ASGs to shut down
@radeksimko radeksimko force-pushed the subnet-timeout-fix branch from a29cc98 to 754bcd8 Compare May 9, 2015 21:18
@radeksimko radeksimko changed the title Increase subnet & security group deletion timeout (2 -> 5 secs) Increase subnet & security group deletion timeout (2 -> 5 mins) May 9, 2015
@mitchellh
Copy link
Contributor

Seems fine to me :) I'll let you merge when you want.

radeksimko added a commit that referenced this pull request May 12, 2015
Increase subnet & security group deletion timeout (2 -> 5 mins)
@radeksimko radeksimko merged commit 931d051 into hashicorp:master May 12, 2015
@radeksimko radeksimko deleted the subnet-timeout-fix branch May 12, 2015 06:02
@JeanMertz
Copy link
Contributor

👍 was running into this as well. Thank you.

@ghost
Copy link

ghost commented May 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants