Skip to content

Put a retry around upload logic#18

Merged
doanac merged 1 commit intoqualcomm-linux:mainfrom
doanac:retry-the-retry
Feb 23, 2026
Merged

Put a retry around upload logic#18
doanac merged 1 commit intoqualcomm-linux:mainfrom
doanac:retry-the-retry

Conversation

@doanac
Copy link
Contributor

@doanac doanac commented Feb 20, 2026

The upload logic itself can do retry logic. We still see periodic failures that can probably be addressed by continuing to try. This change uses a threshold to decide if its worth retrying. The logic being if everything fails - a retry won't help. However, if <50% failed, then retrying might work.

The upload logic itself can do retry logic. We still see periodic
failures that can probably be addressed by continuing to try. This
change uses a threshold to decide if its worth retrying. The logic being
if *everything* fails - a retry won't help. However, if <50% failed,
then retrying might work.

Signed-off-by: Andy Doan <andy@foundries.io>
@doanac doanac merged commit 2801759 into qualcomm-linux:main Feb 23, 2026
9 checks passed
@doanac
Copy link
Contributor Author

doanac commented Feb 23, 2026

deployed

@doanac doanac deleted the retry-the-retry branch February 23, 2026 13:52
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