This PR makes the retry interceptor consider to not retry a request if the error (response) was explicitly ignored. (Which was expected to work that way.)
Retry Interceptor
Do not retry certain response codes
If you do not want to retry based on certain response codes, use retry in combination with explicit ignore_errors:
PATCH
This PR makes the retry interceptor consider to not retry a request if the error (response) was explicitly ignored. (Which was expected to work that way.)
Retry Interceptor
Do not retry certain response codes
If you do not want to retry based on certain response codes, use retry in combination with explicit
ignore_errors
:Or if you use
LHC::Retry.all
: