[CRE-1587] - Increase retry/timeout resilience for GCS chunk retrieval - #155
Merged
OpsBotPrime merged 2 commits intoJul 30, 2026
Conversation
gallone2000
marked this pull request as ready for review
July 27, 2026 14:15
gallone2000
force-pushed
the
alessandro_cre_1587_increase-retrytimeout-resilience-for-gcs-chunk-retrieval
branch
3 times, most recently
from
July 29, 2026 13:14
200cb4b to
ee3068e
Compare
ReinierMaas
approved these changes
Jul 29, 2026
gallone2000
force-pushed
the
alessandro_cre_1587_increase-retrytimeout-resilience-for-gcs-chunk-retrieval
branch
2 times, most recently
from
July 30, 2026 14:37
ea3a740 to
da24671
Compare
gallone2000
force-pushed
the
alessandro_cre_1587_increase-retrytimeout-resilience-for-gcs-chunk-retrieval
branch
from
July 30, 2026 15:05
da24671 to
6f339e6
Compare
Contributor
Author
|
@OpsBotPrime merge and tag |
…unk retrieval Approved-by: gallone2000 Priority: Normal Auto-deploy: false
Contributor
|
Rebased as 827996a, waiting for CI … |
Contributor
|
CI job 🟡 started. |
Contributor
|
@gallone2000 I tagged your PR with v59. Please wait for the build of 827996a to pass and don't forget to deploy it! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
ObjectStoreClient::new_with_retryto allow callers to override the transport-level retry configuration per backend (GCS and HTTP), re-exportRetryConfig/BackoffConfig/Errorso downstream crates don't need a directobject_storedependency, and fix a regression where HTTP backend options were silently discarded instead of being forwarded toHttpBuilder.