-
Notifications
You must be signed in to change notification settings - Fork 47
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
GitHub Actions error: Error: fetch failed
#170
Comments
This seems like a good idea. GitHub actions seems to suffer intermittent failures of connectivity even during runs. pantry's closed issues are a testament to this. |
seems like a good plan yeah. three reties perhaps with a small sleep? |
sleep 1; sleep 3; sleep 5? probably not worth including any kind of sophisticated expo backoff tech. |
Yep. Sometimes an action step will hang for 6 hours then time out. I get github status texts most days of the week that some aspect of their infrastructure is degraded. :/ |
oh so not likely because our code sucks? |
Anything is possible, of course. |
Got this all over my CI:
It ran successfully when I retried the job. Is there retry logic to consider adding to increase fetching resilience?
(and thanks for making this amazing project available)
The text was updated successfully, but these errors were encountered: