-
Notifications
You must be signed in to change notification settings - Fork 24
Add standard retry mode #545
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
Add standard retry mode #545
Conversation
fc2a957 to
56af01b
Compare
jonathan343
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Alessandra!
Looks great so far. I have a few suggestions below.
56af01b to
006c5e2
Compare
nateprewitt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we're off to a good start. I left some high-level feedback, but let me know if I can clarify anything!
Co-authored-by: Nate Prewitt <[email protected]>
The base branch was changed.
Addressed @jonathan343's comments.
Description of changes:
Adds support for a new retry mode:
standard. This behavior is now consistent with other AWS SDKs implementing standard mode. This mode also adds support for retry quotas which control how many unsuccessful retries a client can make.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.