Replies: 1 comment
-
@ilg-ul did you end up find a solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am occasionally getting an
read ECONNRESET
while reading via a pipeline, during GitHub actions that need to download binary archives with tools, to satisfy dependencies (viaxpm
& xPacks).Currently I'm manually restarting the failed jobs, but I was thinking perhaps implementing a small loop in
xpm
, with several retries, might fix these issues.Did anyone try such solutions? What would be the best strategy? Is there any way to reuse the connection, or a new
fetch()
is required? Is there a recommended delay between retries, to avoid upsetting the GitHub server with too many requests?Beta Was this translation helpful? Give feedback.
All reactions