-
Notifications
You must be signed in to change notification settings - Fork 4
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 download if connection breaks #84
Comments
gkhm... as soon as I submitted, it crashed again similarly on some later file
after a few successful ones. So it seems situation is chronic and should be great to get it auto-handled ;) |
@yarikoptic Are you only seeing this while downloading assets? Retrying on this type of connection error is easy except for requests that go through Pygithub. |
insofar it seems only github actions, e.g. happened again while downloading an asset . Didn't spot it happening for other CIs yet. |
Retry downloads interrupted by connnection resets
while trying to fetch artifacts for
datalad/git-annex
(in my next greedy attempt to go even further back in history)fetch crashed with the following
tinuous 0.2.0+43.gdd48e39 . And I think it should have just retried
my github limits look... oddly unused
rerunning fetch seems to work
so it is indeed just a matter of being resilient to unstable connections etc.
The text was updated successfully, but these errors were encountered: