-
Notifications
You must be signed in to change notification settings - Fork 14
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 support #3
Comments
I don't see any of those errors in https://ithub.com/termux/termux-packages. (The only place which I monitor and know uses this action). Can you share a recent action run which was stopped due to this error? Also for such network error and similar, I'll have to look into what specific error is raised so as to target that only instead of also catching all sorts of errors. The documentation does not seem t be very specific about this though EDIT: Just found https://github.com/octokit/plugin-retry.js Probably that's what I need to set up. |
We're having it sometimes with svenstaro action (we're currently looking where to migrate from it) |
It seems like the error is very consistent when uploading lots of files. I grepped through all the source (including node_modules) for the latest release of this repository (I'm talking about this fork) for "Server Error". Did not find any exact string that matches the error. Can you try switching to this action, in case it does make any difference? Maybe the error message may change and can help |
Yeah, sure. |
Huh. So, https://github.com/isage/packages/actions/runs/3799384974
EDIT: i'll move api rate discussion to #5 |
Ok, looks like we got ECONNRESET https://github.com/vitasdk/packages/actions/runs/3812070202/jobs/6485261991 |
Can you try enabling debug logging for GitHub Actions. See https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging. Hope it helps find the actual problem. |
I don't have required access, but i've asked maintainer to do so |
https://github.com/vitasdk/packages/actions/runs/3895533347/jobs/6651429809 |
Haven't had that issue for a long time now, so i'll close for now |
Github likes to throw ECONNRESET sometimes, so it would be good to have retry support.
See svenstaro#62
The text was updated successfully, but these errors were encountered: