[ 
https://issues.apache.org/jira/browse/JCLOUDS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13685894#comment-13685894
 ] 

Andrew Bayer commented on JCLOUDS-100:
--------------------------------------

Pull request for properly using the BackoffLimitedRetryHandler on 503s (i.e., 
RequestLimitExceeded) in AWS components: 
https://github.com/jclouds/jclouds/pull/36
                
> Better handling of API rate limits
> ----------------------------------
>
>                 Key: JCLOUDS-100
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-100
>             Project: jclouds
>          Issue Type: Bug
>    Affects Versions: 1.5.10
>            Reporter: Omar Alrubaiyan
>            Assignee: Andrew Bayer
>            Priority: Critical
>
> Right now it seems that there is some retry logic when API operations fail. 
> However, the retry logic does not handle hitting the API rate limit very 
> well. The problem is that the retries are done successively instead of  
> exponential back-off retries which is the recommended way of dealing with EC2 
> API limits.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to