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

Docs request: describe relevant AWS limits #34

Closed
maplebed opened this issue Oct 5, 2017 · 0 comments
Closed

Docs request: describe relevant AWS limits #34

maplebed opened this issue Oct 5, 2017 · 0 comments

Comments

@maplebed
Copy link

maplebed commented Oct 5, 2017

I set this up, and the first time we did a quick(ish) roll of one service, we got throttled by AWS. In the log we see ThrottlingException: Rate exceeded, which is thrown from the call to s.svc.DescribeParameters.

The problem is that I can't figure out which limit is being applied in order to ask AWS to raise it, or if I've set up chamber wrong in some way that is causing it to make more calls than it should.

When trying to recreate this on my laptop, I launched 10 parallel versions of while :; do ./chamber exec dev -- env ; done and triggered the throttle after ~20 requests. This seems very low.

Could you describe which AWS limits are relevant to what parts of chamber's execution, and when we should expect to hit each? If you have any idea which limits they're happy to adjust and which we need to work around that would also be valuable.

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

No branches or pull requests

2 participants