Skip to content

Extend retries to 5xx and 408#5364

Open
denik wants to merge 4 commits into
mainfrom
denik/retries-more
Open

Extend retries to 5xx and 408#5364
denik wants to merge 4 commits into
mainfrom
denik/retries-more

Conversation

@denik
Copy link
Copy Markdown
Contributor

@denik denik commented May 28, 2026

Follow up to #5349

Analysis shows 500 and 408 errors show up as well (although what we saw is those errors happen during file upload, but no reason it cannot happen on other endpoints).

@denik denik marked this pull request as ready for review May 28, 2026 11:23
@denik denik temporarily deployed to test-trigger-is May 28, 2026 11:23 — with GitHub Actions Inactive
@denik denik temporarily deployed to test-trigger-is May 28, 2026 11:23 — with GitHub Actions Inactive
@denik denik temporarily deployed to test-trigger-is May 28, 2026 11:25 — with GitHub Actions Inactive
@denik denik temporarily deployed to test-trigger-is May 28, 2026 11:25 — with GitHub Actions Inactive
@eng-dev-ecosystem-bot
Copy link
Copy Markdown
Collaborator

eng-dev-ecosystem-bot commented May 28, 2026

Commit: 18476af

Run: 26756445355

denik added 3 commits June 1, 2026 10:26
…both retried

The condition `StatusCode >= 500 && StatusCode == 408` is logically
impossible (no code can satisfy both). Using `||` lets both 5xx errors
and 408 Request Timeout trigger the retry path, which is the intended
behaviour from the parent commit.

Co-authored-by: Isaac
@denik denik force-pushed the denik/retries-more branch from d044d1e to cbe3ea7 Compare June 1, 2026 08:28
@denik denik temporarily deployed to test-trigger-is June 1, 2026 08:29 — with GitHub Actions Inactive
@denik denik temporarily deployed to test-trigger-is June 1, 2026 08:29 — with GitHub Actions Inactive
@denik denik enabled auto-merge June 1, 2026 09:00
@denik denik added this pull request to the merge queue Jun 1, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to a conflict with the base branch Jun 1, 2026
@denik denik temporarily deployed to test-trigger-is June 1, 2026 13:00 — with GitHub Actions Inactive
@denik denik temporarily deployed to test-trigger-is June 1, 2026 13:00 — with GitHub Actions Inactive
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.

3 participants