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 docker-pulls #289

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Retry docker-pulls #289

merged 2 commits into from
Dec 16, 2024

Conversation

pbrisbin
Copy link
Member

Exceptions occur here semi-frequently, for rate limits or transient
network issues it seems. This adds exponential backoff starting with a
base of 1s and retrying up to 5 times.

Example:

Run Seconds Timestamp
0   0.000   00:00:02
1   1.000   00:00:03
2   3.000   00:00:05
3   7.000   00:00:09
4   15.000  00:00:17

Exceptions occur here semi-frequently, for rate limits or transient
network issues it seems. This adds exponential backoff starting with a
base of 1s and retrying up to 5 times.

Example:

    Run Seconds Timestamp
    0   0.000   00:00:02
    1   1.000   00:00:03
    2   3.000   00:00:05
    3   7.000   00:00:09
    4   15.000  00:00:17
@pbrisbin pbrisbin enabled auto-merge (rebase) December 16, 2024 13:32
@pbrisbin pbrisbin merged commit ec7c024 into main Dec 16, 2024
8 checks passed
@pbrisbin pbrisbin deleted the pb/pull-retry branch December 16, 2024 13:43
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.

1 participant