-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Azure] Add retries for Azure client POST #3843
[Azure] Add retries for Azure client POST #3843
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, thanks for this 👍
|
54ed8c7
to
3124be2
Compare
Tagging @feelepxyz for visibility |
Failure in running Nuget tests step. It seems like some other issue, as our code changes will not affect any of the NuGet tests. |
@AlekhyaYalla a rebase should fix the failing test |
Head branch was pushed to by a user without write access
3124be2
to
90adeb8
Compare
Rebased this branch alekhyayalla/retry_azure_post_request with dependabot-core main branch. @jurre Could you help to approve this? |
Azure client today doesn't implement any retries for POST requests. Azure GET has retry functionality for ServiceUnavailable errors. When working with bigger repos, we see (transient) ServiceUnavailable more often for POST requests. This PR adds retries for the standard 500, 502, and 503 errors.