We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
7.1.0
Docker image
Official docker image
ClientError('An error occurred (Throttling) when calling the DescribeStacks operation (reached max retries: 4): Rate exceeded')
No error.
The text was updated successfully, but these errors were encountered:
Merge pull request #445 from /issues/435
e66bfef
Fixes #435 - better handling of Throttling
This has been fixed by #445 and will be present in the next release.
Sorry, something went wrong.
7fb4caa
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.
No branches or pull requests
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
Expected Output
No error.
The text was updated successfully, but these errors were encountered: