
Cron Utils
by Appian Corporation
Description
Includes multiple cron functions to facilitate scheduling using cron strings.
Features
Expression Functions:
cronDescribe - describes a cron schedule in plain text cronNextExecution - returns datetime when next execution should occur cronNextXExecutions - returns datetime when next X executions should occur cronLastExecution - returns datetime when last execution should have occurred cronNeedsExecution - returns true/false whether a cron schedule needs to trigger based on a previous run date
Reference the cron-utils repository for cron syntax examples: https://github.com/jmrozanec/cron-utils?tab=readme-ov-file
Release notes
CVE remediation
Version history (3)
1.1.1
Fixing invalid resource bundle, adding helpful syntax reference to README
1.1.0
Security fixes
1.0.0
[MIGRATED] Includes multiple cron functions to facilitate scheduling using cron strings.
Simply an expression wrapper of the https://github.com/jmrozanec/cron-utils library. Functions:
cronDescribe - describes a cron schedule in plain text cronNextExecution - returns datetime when next execution should occur cronNextXExecutions - returns datetime when next X executions should occur cronLastExecution - returns datetime when last execution should have occurred cronNeedsExecution - returns true/false whether a cron schedule needs to trigger based on a previous run date