Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upload: don't backoff as much for 500 errors
When we encounter a server error (non-200) we always backoff. However, many times this isn't a rate limit but some other (possibly temporary) 500 error which we can retry with less waiting. Reduce the backoff scaling for these types of errors. Signed-off-by: Bob Copeland <[email protected]>
- Loading branch information