Closed
Description
Currently all exceptions are retried. It could be a possibility to have users decided if an exception makes sense to retry, or in other words rather not to retry certain exceptions (usually which are related to the domain logic).
An another detail of this is that only runtime exceptions are supported now, it might be an idea to extend it to any Exception
.