Cron Schedule
cron_schedule(
quartz_cron_expression,
timezone_id = "Etc/UTC",
pause_status = c("UNPAUSED", "PAUSED")
)Cron expression using Quartz syntax that describes the schedule for a job. See Cron Trigger for details.
Java timezone ID. The schedule for a job is resolved with respect to this timezone. See Java TimeZone for details.
Indicate whether this schedule is paused or not. Either
UNPAUSED (default) or PAUSED.
db_jobs_create(), db_jobs_reset(), db_jobs_update()