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

Update default retry options for http client for Artifacts #1860

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SrRyan
Copy link
Contributor

@SrRyan SrRyan commented Oct 28, 2024

Updating default retry options for the Artifacts http client. This is to help alleviate job failures due to upstream platform restrictions when using the artifact action during a job.

Rough math based on the code involve here and the backoff using 30,000ms as the base retry with a multiplier of 1.4

30,000 + 42,000 + 58,800 + 82,320 + 115,248 = 328,368ms
42,000 + 58,800 + 82,320 + 115,248 + 161,347.2 = 459,715.2ms

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.

3 participants