pybuildkite
pybuildkite copied to clipboard
Add automatic retries for transient errors
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.
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.