-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply connection retry refactor, add defaults with exponential backoff (
#137) ### Description Applies connection retry refactor, add defaults with exponential backoff as per an item from #127. - Refactors retry logic to use `retry_connection` from core. - Adds consistent defaults with other adpaters: - if `connect_retries` and `connect_timeout` are not specified: 1 retry after 1s - if `connect_retries` is specified but `connect_timeout` is not, it will use exponential backoff
- Loading branch information
Showing
2 changed files
with
37 additions
and
58 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