-
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
Need to retry on 502? #138
Comments
|
given that not all runs of con/tinuous experienced this issue, I would tend to disagree -- sleep/retry could as well have helped to mitigate it without causing completely failed runs. |
@yarikoptic So exactly what changes do you want? |
retry (whatever request it needs to retry) with sleeps on receiving 502 in that code path |
@yarikoptic The specific request that failed was this line. Is that the only place where you want 502 retries added? |
in the traceback above it is
seems to be a different line. |
@yarikoptic If you follow the traceback, the actual call to PyGithub is the line that I pointed out. |
doh right -- somehow I took that |
Retry Github.get_repo() requests that fail with 502
might be reincarnation of #129
In the past days there were a good number of failed runs, e.g.
all seemed looked similar if not identical to
should we need more/longer sleeps/retries?
The text was updated successfully, but these errors were encountered: