As per the current scenario, requests are retried once they are failed which means the status code should be anything but OK.
I have a situation where the status code is 200 but I get an error message in response.
If I could specify some custom condition to trigger the retry, instead of checking the status code, that would be better.
As per the current scenario, requests are retried once they are failed which means the status code should be anything but OK. I have a situation where the status code is 200 but I get an error message in response. If I could specify some custom condition to trigger the retry, instead of checking the status code, that would be better.