Closed studzien closed 3 weeks ago
We want to be able to apply different retry strategies depending on the error type we get back from AWS. More specifically:
This PR proposes a naive approach to enabling different max_attempts to be applied to the client errors (400..499).
max_attempts
400..499
A more sophisticated approach is to override the whole retry strategy (including backoff values) for specific errors or error ranges.
Looks good, thanks @studzien!
We want to be able to apply different retry strategies depending on the error type we get back from AWS. More specifically:
This PR proposes a naive approach to enabling different
max_attempts
to be applied to the client errors (400..499
).A more sophisticated approach is to override the whole retry strategy (including backoff values) for specific errors or error ranges.