-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: retry for S3 and blob store calls (#968)
add retry config for S3 and blob-store configs retry config: - max retries - 5 - retry timeout - 120 secs - backoff config (default by object_store crate) - initial backoff - 100 ms (initial delay before 1st retry) max backoff - 15 secs (max delay between retries) base - 2 (exponential backoff factor i.e. 2s, 4s, 8s etc)
- Loading branch information
1 parent
9396d9b
commit 6e897bf
Showing
2 changed files
with
17 additions
and
4 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