| Q | A | ------------ | --- | Bug? | no | New Feature? | yes | Version | 2 #### Actual Behavior We only retry if there is an exception thrown. #### Expected Behavior We should also retry when a response arrives but the status is indicating a server error. #### Possible Solutions - a) Have an exception decider and a response decider (and same for delay) - b) Expand the decider and delay functions to also pass them the response. This would be a hard BC break