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 rate limiting #86

Closed
jantman opened this issue Nov 11, 2015 · 0 comments
Closed

Handle rate limiting #86

jantman opened this issue Nov 11, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@jantman
Copy link
Owner

jantman commented Nov 11, 2015

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).

@jantman jantman added the bug label Nov 11, 2015
@jantman jantman added this to the 0.2.0 milestone Nov 11, 2015
@jantman jantman self-assigned this Nov 11, 2015
jantman added a commit that referenced this issue Nov 12, 2015
jantman added a commit that referenced this issue Nov 15, 2015
jantman added a commit that referenced this issue Nov 15, 2015
jantman added a commit that referenced this issue Nov 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant