fix: retry certain http errors reported by replica during asset uploads - #3822
Merged
1 commit merged intoJul 8, 2024
Merged
Conversation
ghost
self-requested a review
as a code owner
July 8, 2024 15:49
lwshang
approved these changes
Jul 8, 2024
ghost
enabled auto-merge (squash)
July 8, 2024 15:52
ghost
deleted the
ens/create-chunk-retries
branch
July 8, 2024 17:13
rikonor
pushed a commit
that referenced
this pull request
Feb 3, 2025
This pull request was closed.
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.
Description
Fix for transient errors seen during asset upload as seen here: https://github.com/dfinity/portal/actions/runs/9838832207/job/27161262607
The status codes chosen correspond to the those checked for here: https://github.com/dfinity/sdk/pull/3815/files#diff-8d43d31fa855300ef66d8e25f19a7747fd49d36429a10f4fd2a9b077b568d832R12
How Has This Been Tested?
Not tested specifically, but see above for a failed upload that may have succeeded with this change.
Checklist: