pybuildkite icon indicating copy to clipboard operation
pybuildkite copied to clipboard

Add automatic retries for transient errors

Open josh-whisper opened this issue 4 years ago • 1 comments

Sometimes I see my jobs fail to submit due to a network transient error. If you use requests.Session with a reasonable default of retries (3?) it should address the vast majority of these issues.

josh-whisper avatar Jun 26 '20 00:06 josh-whisper

I would like for this to be configurable. I'd prefer not to add a retry count by default. This issue is available for any interested contributor.

pyasi avatar Oct 02 '21 00:10 pyasi