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 transient git clone errors #8926

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Conversation

JamieMagee
Copy link
Contributor

This change allows for Dependabot to retry transient git errors with an exponential backoff. The errors below are either ones we've seen from telemetry, or possible errors in git source code.

The current backoff strategy is configured to retry 5 times, with sleep times of 3, 6, 12, 24, and 48 seconds.

@JamieMagee JamieMagee requested a review from a team as a code owner January 29, 2024 16:54
@JamieMagee JamieMagee force-pushed the jamiemagee/retry-git-clone branch from 75a9608 to 0c7247c Compare January 29, 2024 17:07
@JamieMagee JamieMagee force-pushed the jamiemagee/retry-git-clone branch from 0c7247c to 0418ca1 Compare January 29, 2024 23:54
@abdulapopoola abdulapopoola merged commit 6c21fed into main Jan 30, 2024
140 checks passed
@abdulapopoola abdulapopoola deleted the jamiemagee/retry-git-clone branch January 30, 2024 01:59
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.

6 participants