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

add a retry + sleep loop to registry calls (#1451) #1491

Merged
merged 1 commit into from
May 30, 2019

Conversation

beckjake
Copy link
Contributor

Fixes #1451

Retry all registry API calls up to a maximum number of attempts (I chose 5, because it's a nice number). Sleep a second in between, in an attempt to handle any transient CDN/networking errors.

Copy link
Contributor

@drewbanin drewbanin left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@beckjake beckjake merged commit f14225f into dev/wilt-chamberlain May 30, 2019
@beckjake beckjake deleted the feature/hub-site-retries branch May 30, 2019 13:34
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.

Retry deps requests made to the hub site
2 participants