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

Handle Throttling Better #435

Closed
jantman opened this issue Oct 24, 2019 · 2 comments
Closed

Handle Throttling Better #435

jantman opened this issue Oct 24, 2019 · 2 comments

Comments

@jantman
Copy link
Owner

jantman commented Oct 24, 2019

Feature Request

When running in a GIANT account that's constantly near rate limits, CloudFormation DescribeStacks gets throttled and hits the max retries.

It would be helpful if awslimitchecker - including the Docker image - had a way to configure the max retries both globally and per-service.

Version

7.1.0

Installation Method

Docker image

Supporting Software Versions

Official docker image

Actual Output

ClientError('An error occurred (Throttling) when calling the DescribeStacks operation (reached max retries: 4): Rate exceeded')

Expected Output

No error.

jantman added a commit that referenced this issue Oct 31, 2019
Fixes #435 - better handling of Throttling
@jantman
Copy link
Owner Author

jantman commented Oct 31, 2019

This has been fixed by #445 and will be present in the next release.

@jantman
Copy link
Owner Author

jantman commented Nov 4, 2019

This has been fixed in 8.0.0 which is now live on PyPI and Docker Hub. Apologies for any delays in getting this released.

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

No branches or pull requests

1 participant