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

Rate exceeded #13

Open
arp opened this issue Sep 8, 2011 · 0 comments
Open

Rate exceeded #13

arp opened this issue Sep 8, 2011 · 0 comments
Labels

Comments

@arp
Copy link

arp commented Sep 8, 2011

I've received a lot of such messages when tried to upload a bunch of changes in a single loop:

ERROR: Amazon returned an error for the request.
ERROR: RAW_XML: <?xml version="1.0"?>
<ErrorResponse xmlns="https://route53.amazonaws.com/doc/2011-05-05/"><Error><Type>Sender</Type><Code>Throttling</Code><Message>Rate exceeded</Message></Error><RequestId>c4aa67a4-d9b3-11e0-bbf6-2d3eee7674ab</RequestId></ErrorResponse>
ERROR: Throttling: Rate exceeded

What now? It looks like you've run into an unhandled error. Please send a detailed bug report with the entire input and output from the program to [email protected] or to https://github.com/pcorliss/ruby_route_53/issues and we'll do out best to help you.

I think there are two options to deal with that: either catch such errors and provide friendly error messages, or adhere to Amazon's rate limit rules.

UPDATE: we are using Route53::DNSRecord.new, not command-line client.

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