Skip to content

Re-implement retry #1007

Open
Open
@slandelle

Description

@slandelle

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions