galactory icon indicating copy to clipboard operation
galactory copied to clipboard

Some errors in requests are not retried

Open briantist opened this issue 9 months ago • 0 comments

Since the retries we use don't set status_forcelist, it won't retry status code errors, like 500/504/etc., which can lead to failed requests that would have otherwise been ok on retry.

Need to think over which codes make for good defaults, and a good way to allow configuration of codes.

briantist avatar Oct 30 '23 19:10 briantist