You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
It's certainly perfectly normal to avoid retrying http 500s, but on the modern internet 500s tend to be extremely transient, so I was wondering if you'd consider permitting 500s to retry. It looks like, currently, the uploader retries 500--503, and the authenticator retries 502--504. Was this difference intentional?
There is actually a PR that aligns them, though it hasn't seen much attention, I think: #7072
The text was updated successfully, but these errors were encountered:
Hey folks, I'm the author of that PR. I'll try to get to a windows machine so I can reproduce the Windows CI failures (or maybe rebasing will help already).
Maybe once the CI is green, it'll get more attention from maintainers. I'd be keen to get that merged of course as well :)
Feature Request
It's certainly perfectly normal to avoid retrying http 500s, but on the modern internet 500s tend to be extremely transient, so I was wondering if you'd consider permitting 500s to retry. It looks like, currently, the uploader retries 500--503, and the authenticator retries 502--504. Was this difference intentional?
There is actually a PR that aligns them, though it hasn't seen much attention, I think: #7072
The text was updated successfully, but these errors were encountered: