PayU / Ratel

Service Discovery - SOA in a simple way
Apache License 2.0
17 stars 18 forks source link

Allow retry on multiple exception classes #79

Closed blazeej closed 6 years ago

blazeej commented 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.

blazeej commented 6 years ago

My proposal of the solution: https://github.com/PayU-Tech/Ratel/pull/80

blazeej commented 6 years ago

Change implemented and merged into master.