Changes
- feature: Add option
protect
, which enables overrun protection (Closes #150). - feature: Add function which indicates if a job is currently working -
.busy()
. - feature: Add a function that returns when the current trigger started,
.started()
. This function changes the value before triggering, while.previous()
changes after the current call. - tests: Add tests for new features, and additional test for option
utcOffset
. - chore: Refactors of
croner.js
. - docs: Refactors of documentation.
Full Changelog: 5.6.4...5.7.0