You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: