Retry 502, 503, and 504 HTTP Codes
·
237 commits
to master
since this release
In some cases, intermediate services will return a 502, 503, or 504 HTTP status code before making a request to a Rosetta implementation. This can cause clients to error hard instead of retrying gracefully. This PR ensures we treat these errors as retriable.
Changelog
- Retry 502, 503, and 504 HTTP Codes
#186