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

Implement AWS SDK retry and exponential backoff #80

Open
binaryblake opened this issue Jun 14, 2019 · 0 comments
Open

Implement AWS SDK retry and exponential backoff #80

binaryblake opened this issue Jun 14, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@binaryblake
Copy link
Contributor

Lately we've been seeing quite a few deployment errors for the AWS API rate limits being exceeded through Describe* calls in Herman. AWS recommends implementing retry and exponential backoff logic to mitigate the issue:

https://docs.aws.amazon.com/general/latest/gr/api-retries.html

Fortunately for SDK users they also have retry and backoff strategies that we can bake into the ClientConfiguration - so we shouldn't need to write our own retry logic.

@jelazos7 thanks for doing some digging on this and reaching out to AWS

@binaryblake binaryblake added the enhancement New feature or request label Jun 14, 2019
@binaryblake binaryblake self-assigned this Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@binaryblake and others