Calculates the delay in seconds until the next execution of a cron job. Throws on invalid expressions rather than degrading silently.
The cron expression to parse (e.g. '0 0 * * *')
The delay in seconds until the next cron job execution (minimum HMSH_FIDELITY_SECONDS)
Provides cron-related utility functions based on the cron format for use in HotMesh mapping rules.
Remarks
Invoked in mapping rules using
{@cron.<method>}syntax.