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

provider/aws: Increase ECS service drain timeout #9521

Merged

Conversation

radeksimko
Copy link
Member

@radeksimko radeksimko commented Oct 22, 2016

ECS service may sometimes take more than 5 mins to be fully deleted (i.e. turn from DRAINING to INACTIVE).

aws_ecs_service.svc: Still destroying... (5m0s elapsed)
Error applying plan:

1 error(s) occurred:

* aws_ecs_service.svc: timeout while waiting for state to become 'INACTIVE' (last state: 'DRAINING', timeout: 5m0s)

Terraform v0.7.6

After fix

aws_ecs_service.svc: Still destroying... (5m20s elapsed)
aws_ecs_service.svc: Still destroying... (5m30s elapsed)
aws_ecs_service.svc: Destruction complete

Copy link
Contributor

@stack72 stack72 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks @radeksimko

@radeksimko radeksimko merged commit eda1298 into hashicorp:master Oct 22, 2016
@radeksimko radeksimko deleted the b-aws-ecs-svc-drain-timeout branch October 22, 2016 13:17
@ghost
Copy link

ghost commented Apr 21, 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 Apr 21, 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.

2 participants