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

"Rate exceeded" with default retry limit #87

Closed
amcinnes opened this issue Jul 20, 2020 · 0 comments · Fixed by #102
Closed

"Rate exceeded" with default retry limit #87

amcinnes opened this issue Jul 20, 2020 · 0 comments · Fixed by #102

Comments

@amcinnes
Copy link
Contributor

My team has some projects which involve deploying about 10 stacks in parallel to the same AWS account and region. If we deploy multiple of these projects at once we see stackup failing with "Rate exceeded" error.

Our developers and/or per-application deployment scripts ideally shouldn't have to think about setting a specific --retry-limit option when they deploy, as this is a generic CloudFormation API concern rather than an application-specific concern. I would like stackup to keep retrying for a very long time, with exponential backoff, so that it gracefully handles the case where many deployments are happening at once.

Related to #55 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant