Error in onAnyTaskError() or after() tasks not handled and executor dies.
Description
If your onAnyTaskError() method in the ColdBox scheduler throws an exception, it cancels all future executions of the task and nothing is logged at all so you can't debug easily.
Unhandled exceptions here should be
Logged to the err stream
handled to prevent the executor from dying
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
If your onAnyTaskError() method in the ColdBox scheduler throws an exception, it cancels all future executions of the task and nothing is logged at all so you can't debug easily.
Unhandled exceptions here should be
Logged to the err stream
handled to prevent the executor from dying