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
We've been having some AWS Limit Checker runs fail with 400 Errors like:
boto.exception.BotoServerError: BotoServerError: 400 Bad Request <ErrorResponse xmlns="http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"> <Error> <Type>Sender</Type> <Code>Throttling</Code> <Message>Rate exceeded</Message> </Error> <RequestId>fab58587-8841-11e5-938b-a9029686dd0d</RequestId> </ErrorResponse>
Handle this by wrapping all AWS API queries in an exponential backoff (ideally one which saves state between runs).
The text was updated successfully, but these errors were encountered:
issue #86 - implement exponential backoff function for retrying reque…
f73a71b
…sts when throttled
issue #86 implement query wrapper for TA
362893e
issue #86 - add generic query wrapper function for throttling retries…
09a5d99
…, and later use in #40 for pagination
#86 - invoke_with_throttling_retries support for kwargs
f65ad0f
issue #86 - boto_query_wrapper for autoscaling
f0aa61f
changelog for issue #86
bcc5a6e
4822f4b
jantman
No branches or pull requests
We've been having some AWS Limit Checker runs fail with 400 Errors like:
Handle this by wrapping all AWS API queries in an exponential backoff (ideally one which saves state between runs).
The text was updated successfully, but these errors were encountered: