-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Retry currently introspect Exception stacktrace to decide if it can be recovered or nor.
This is very expensive and probably error prone.
We could decide that:
- user Exceptions, like those thrown by Handler methods or when reading a File that's to be uploaded can NOT be recovered => wrap them in
UnrecoverableException - other Exception can be recovered
@jfarcand WDYT?