cron_schedule: Cron Schedule

View source: R/data-structures.R

cron_scheduleR Documentation

Cron Schedule

Description

Cron Schedule

Usage

cron_schedule(
  quartz_cron_expression,
  timezone_id = "Etc/UTC",
  pause_status = c("UNPAUSED", "PAUSED")
)

Arguments

quartz_cron_expression

Cron expression using Quartz syntax that describes the schedule for a job. See Cron Trigger for details.

timezone_id

Java timezone ID. The schedule for a job is resolved with respect to this timezone. See Java TimeZone for details.

pause_status

Indicate whether this schedule is paused or not. Either UNPAUSED (default) or PAUSED.

See Also

db_jobs_create(), db_jobs_reset(), db_jobs_update()


brickster documentation built on April 12, 2025, 1:21 a.m.