You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I've received a lot of such messages when tried to upload a bunch of changes in a single loop:
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.
The text was updated successfully, but these errors were encountered: