Skip to content

retry for S3 and blob store calls #968

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

Merged
merged 1 commit into from
Oct 23, 2024

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants