Skip to content

Retry 502, 503, and 504 HTTP Codes

Compare
Choose a tag to compare
@patrick-ogrady patrick-ogrady released this 06 Nov 22:37
· 237 commits to master since this release
13f7f01

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