Closed blazeej closed 6 years ago
Currently it's allowed to pass only one exception class to RetryPolicy. In some cases it would be beneficial to retry requests on multiple exception types.
My proposal of the solution: https://github.com/PayU-Tech/Ratel/pull/80
Change implemented and merged into master.
Currently it's allowed to pass only one exception class to RetryPolicy. In some cases it would be beneficial to retry requests on multiple exception types.