You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We (and a number of AWS customers) that use the aws ecs wait services-stable command (or similar commands within SDKs) may have deployments that take > 10 minutes to become stable. There is no native way to use the waiter for a deployment that takes > 10 minutes.
Are you currently working around this issue?
I have seen a number of different ways of working around this:
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
I would like to propose that AWS increase the "ServicesStable" waiter time (link for botocore as of 2024-11-18: https://github.com/boto/botocore/blob/develop/botocore/data/ecs/2014-11-13/waiters-2.json#L42-L72) to some amount of time greater than 10 minutes.
Which service(s) is this request for?
ECS, ECS Fargate
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We (and a number of AWS customers) that use the
aws ecs wait services-stable
command (or similar commands within SDKs) may have deployments that take > 10 minutes to become stable. There is no native way to use the waiter for a deployment that takes > 10 minutes.Are you currently working around this issue?
I have seen a number of different ways of working around this:
Proposed Solution(s)
Additional context
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: