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

GitHub Actions error: Error: fetch failed #170

Open
gaggle opened this issue Jul 26, 2023 · 7 comments
Open

GitHub Actions error: Error: fetch failed #170

gaggle opened this issue Jul 26, 2023 · 7 comments

Comments

@gaggle
Copy link

gaggle commented Jul 26, 2023

Got this all over my CI:
Screenshot 2023-07-26 at 21 00 26

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)

@jhheider
Copy link
Contributor

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.

@mxcl
Copy link
Member

mxcl commented Jul 26, 2023

seems like a good plan yeah. three reties perhaps with a small sleep?

@jhheider
Copy link
Contributor

sleep 1; sleep 3; sleep 5? probably not worth including any kind of sophisticated expo backoff tech.

@mxcl
Copy link
Member

mxcl commented Jul 30, 2023

here we had a fetch hang for 2 hours:

image

@jhheider
Copy link
Contributor

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. :/

@mxcl
Copy link
Member

mxcl commented Jul 31, 2023

oh so not likely because our code sucks?

@jhheider
Copy link
Contributor

Anything is possible, of course.

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

No branches or pull requests

3 participants