Skip to content
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

fix(platform/azure): Allows azure-got-wrapper to retry requests following connection failures #24348

Merged
merged 2 commits into from Sep 12, 2023

Conversation

ccopsey
Copy link
Contributor

@ccopsey ccopsey commented Sep 11, 2023

Changes

Allows azure-got-wrapper to retry requests in the event of a connection failure. A maximum of 2 retries is defined, giving a maximum of 3 requests in total.

Context

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

I run renovate via docker in production. For the last 4 days I have run a manually updated docker image with the above change applied. It is impossible to say that the this change works as it is a very flakey failure mode, but I can say that I haven't seen any errors and that this change hasn't caused new issues within renovate.

@ccopsey ccopsey changed the title Allows azure-got-wrapper to retry requests following connection failures fix(platform/azure): Allows azure-got-wrapper to retry requests following connection failures Sep 11, 2023
rarkins
rarkins previously approved these changes Sep 11, 2023
lib/modules/platform/azure/azure-got-wrapper.ts Outdated Show resolved Hide resolved
lib/modules/platform/azure/azure-got-wrapper.ts Outdated Show resolved Hide resolved
auto-merge was automatically disabled September 11, 2023 15:50

Head branch was pushed to by a user without write access

@rarkins rarkins added this pull request to the merge queue Sep 12, 2023
Merged via the queue into renovatebot:main with commit 496bc19 Sep 12, 2023
38 of 39 checks passed
@renovate-release
Copy link
Collaborator

🎉 This PR is included in version 36.93.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ccopsey
Copy link
Contributor Author

ccopsey commented Sep 22, 2023

For posterity:10 days since this was merged and I haven't suffered any ECONNRESET failures since.

@ccopsey ccopsey deleted the feat/24315-azure-allowretries branch September 22, 2023 07:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants