Version 6.3
- PR #80 adds more graceful handling of unresolved tasks. Executions with unknown tasks will not (in extreme cases) be able to block other executions. They will also automatically be removed from the database after a duration controlled by builder-method
deleteUnresolvedAfter(Duration)
, which currently defaults to 14d.