-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update standard orchestrator retries with token bucket and more tests (…
…#2764) ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> addresses #2743 ## Description <!--- Describe your changes in detail --> - add more standard retry tests - add optional standard retries token bucket ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> tests are included ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --------- Co-authored-by: John DiSanti <jdisanti@amazon.com>
- Loading branch information
Showing
16 changed files
with
655 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
rust-runtime/aws-smithy-runtime-api/src/client/retries/rate_limiting.rs
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
rust-runtime/aws-smithy-runtime-api/src/client/retries/rate_limiting/error.rs
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
rust-runtime/aws-smithy-runtime-api/src/client/retries/rate_limiting/token.rs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.