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

aws/client: fixing bug where throttled retry's math was off #1654

Merged
merged 1 commit into from
Nov 20, 2017

Conversation

xibz
Copy link
Contributor

@xibz xibz commented Nov 19, 2017

fixes #1653

Copy link
Contributor

@jasdel jasdel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good just nit with pending change log.

@@ -3,3 +3,5 @@
### SDK Enhancements

### SDK Bugs
* `aws/client`: Retry delays for throttled exception were not limited to 5 mintues (([#1654](https://github.com/aws/aws-sdk-go/pull/1654))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit extra ( in Pr link

@@ -3,3 +3,5 @@
### SDK Enhancements

### SDK Bugs
* `aws/client`: Retry delays for throttled exception were not limited to 5 mintues (([#1654](https://github.com/aws/aws-sdk-go/pull/1654))
* Fixes [#1653]((https://github.com/aws/aws-sdk-go/issues/1653))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same, extra ( and ) here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throttled Retries not capped at ~5mins
2 participants