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

ECS: Waiter: Increase ServicesStable Waiter Time to "x" Time (30 or 60 minutes?) #3305

Closed
2 tasks done
colinbjohnson opened this issue Nov 18, 2024 · 2 comments
Closed
2 tasks done
Labels
feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged.

Comments

@colinbjohnson
Copy link

colinbjohnson commented Nov 18, 2024

Describe the feature

I would like to propose that AWS increase the "ServicesStable" waiter time (link 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.

Use Case

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.

Proposed Solution

Other Information

Alternative Solutions

  • writing our own waiter (you can see these online)
  • wrapping the AWS waiter with code so the waiter itself is called repeatedly
  • using a different method for determining if/when a deployment is complete (EventBridge?)
  • not utilizing a waiter (and assuming the deployment succeeded)
  • using a different method for deploying ECS Service updates
  • something else?

Other Information

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

aws-cli/2.15.0 Python/3.11.6

Environment details (OS name and version, etc.)

Darwin/24.1.0

@colinbjohnson
Copy link
Author

Am closing this issue - I understand that the "waiter configuration" is owned by the service teams. I've opened this issue instead: [ECS] Waiter: Increase ServicesStable Waiter Time to "x" Time (30 or 60 minutes?)

Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant