Currently, it is not possible to retry requests that return a failed (i.e. not in the 200-299 status range) response.
It should be possible for a user to optionally configure an endpoint to retry a failing request depending on an explicit number of retries, and also optionally consider the HTTP status code which was returned in order to inform whether the request should be retried at all, and whether to delay the retry attempt.
Currently, it is not possible to retry requests that return a failed (i.e. not in the 200-299 status range) response.
It should be possible for a user to optionally configure an endpoint to retry a failing request depending on an explicit number of retries, and also optionally consider the HTTP status code which was returned in order to inform whether the request should be retried at all, and whether to delay the retry attempt.