Skip to content

fix: do not retry not found errors from azure#8351

Merged
awesomenix merged 1 commit intomainfrom
nishp/update/packages
Apr 20, 2026
Merged

fix: do not retry not found errors from azure#8351
awesomenix merged 1 commit intomainfrom
nishp/update/packages

Conversation

@awesomenix
Copy link
Copy Markdown
Contributor

Simple change to not retry NotFound errors from azure which makes no sense.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Azure SDK retry configuration used by the e2e Azure client to avoid retrying HTTP 404 (Not Found) responses, which are generally non-transient and should fail fast.

Changes:

  • Removed http.StatusNotFound (404) from the retryable StatusCodes list in DefaultRetryOpts().
  • Minor alignment/formatting adjustment in the status code list.

@awesomenix awesomenix disabled auto-merge April 20, 2026 17:28
@awesomenix awesomenix merged commit d549787 into main Apr 20, 2026
28 of 35 checks passed
@awesomenix awesomenix deleted the nishp/update/packages branch April 20, 2026 17:28
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.

4 participants