Skip to content

4.0

Compare
Choose a tag to compare
@kagkarlsson kagkarlsson released this 23 Sep 12:58
· 655 commits to master since this release

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.