-
Notifications
You must be signed in to change notification settings - Fork 196
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
Improve timeout config ergonomics and add SDK default timeouts #1740
Merged
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7d619b1
Overhaul timeout configuration
jdisanti 587ed16
Improve resiliency re-exports
jdisanti f003d8c
Refactor Smithy client retry config handling in builder
jdisanti 8148af9
Remove non-standard timeout env vars and profile keys
jdisanti 815f022
Break operation customization codegen into its own file
jdisanti bed694f
Move operation customization into a submodule
jdisanti 9c42552
Improve operation customization re-exports
jdisanti e61b9eb
Add integration tests for read and connect timeouts
jdisanti 97c1a1b
Fix connector timeout config in the Smithy `Client` builder
jdisanti d833d17
Fix tests
jdisanti 8705170
Fix unused imports
jdisanti 0f674be
Rename `HttpSettings` to `ConnectorSettings`
jdisanti cefd83f
Incorporate feedback
jdisanti 110ef93
Merge remote-tracking branch 'origin/main' into jdisanti-default-time…
jdisanti f77648f
Fix more test failures
jdisanti ae3251e
Update the changelog
jdisanti 1fdd3a5
Merge remote-tracking branch 'origin/main' into jdisanti-default-time…
jdisanti 41759af
Merge remote-tracking branch 'origin/main' into jdisanti-default-time…
jdisanti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
It'd be nice if all these defaults were documented in one place in our FAQ or something. Or perhaps they could be imported from a crate of constants?
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.
On second thought, I think defining these settings in the module where they are immediately relevant is the right choice, disregard my above comment.