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

Retry deleting repos with backoff and jitter #3553

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Conversation

ghickman
Copy link
Contributor

We're still seeing intermittent errors from GitHub when trying to delete a repo. Instead of a single fixed pause before retry the stamina library lets us do multiple attempts with an exponential backoff and jitter. This uses the defaults with the expectation that we'll modify them if we still see problems.

We're still seeing intermittent errors from GitHub when trying to delete
a repo.  Instead of a single fixed pause before retry the stamina
library lets us do multiple attempts with an exponential backoff and
jitter.  This uses the defaults with the expectation that we'll modify
them if we still see problems.
Copy link
Contributor

@madwort madwort left a comment

Choose a reason for hiding this comment

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

yes please

@ghickman ghickman merged commit 5d6691e into main Sep 13, 2023
6 checks passed
@ghickman ghickman deleted the retry-repo-delete branch September 13, 2023 10:09
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