-
Notifications
You must be signed in to change notification settings - Fork 637
feat(object_store): add retry for Minio
SlowDown
and TooManyRequests
errors
#14739
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
Changes from all commits
3dd0e9e
d807375
5b99814
a8aebca
f4582ef
e038e1f
fb9d214
75f5276
88f1abb
275139f
957cd50
0917283
58e0d72
8be930b
2948982
77bc716
bc7f41d
7e27067
34d3a43
0b6e3d1
8b17a8b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,4 @@ download_and_prepare_rw "$profile" source | |
|
||
################ TESTS | ||
|
||
profile=$profile ./ci/scripts/run-backfill-tests.sh | ||
BUILDKITE=${BUILDKITE:-} profile=$profile ./ci/scripts/run-backfill-tests.sh | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. May I ask what this change is for? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's to parameterize the script, so it runs differently locally and in ci. In ci: cluster configuration does not include monitoring stack. |
Uh oh!
There was an error while loading. Please reload this page.