Database queries for cron-related data.
Enriches cron data with calculated next run time using the Crontab library.
Summary
Functions
Counts all crons.
Gets a cron's statistics and schedule info.
Gets run history data for a cron's activity grid.
Lists crons with statistics and schedule info.
Functions
Counts all crons.
Gets a cron's statistics and schedule info.
Enriches the cron with:
next_run_at- The next scheduled run time (calculated from cron expression)human_schedule- Human-readable schedule description
Gets run history data for a cron's activity grid.
Returns a list of run result cells for the single perform step.
Lists crons with statistics and schedule info.
Enriches each cron with:
next_run_at- The next scheduled run time (calculated from cron expression)human_schedule- Human-readable schedule description
Options
:limit- Maximum number of crons to return:cursor- Cursor for pagination (flow_slug to start after)