Skip to content

Conversation

nikhilsinhaparseable
Copy link
Contributor

added 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)

added 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)
@nitisht nitisht requested a review from parmesant October 22, 2024 08:46
@nitisht nitisht merged commit 6e897bf into parseablehq:main Oct 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants