4.0
Version 4.0
- Track number of consecutive failures of a task. For use in
FailureHandler
to avoid retrying forever, or retry with back-off.
Upgrading to 4.x
- Add column
consecutive_failures
to the database schema. See table definitions for postgresql, oracle or mysql.null
is handled as 0, so no need to update existing records.