Interface: JobConfig
Configuration for a single cron job. Cron ticks only enqueue; work runs through the target background operation.
Properties
enqueue
enqueue:
object
The single job this schedule enqueues.
dedupeKey?
optionaldedupeKey:string
Defaults to cron:{jobName}.
operationId
operationId:
string
priority?
optionalpriority:number
request?
optionalrequest:CronJobRequest
Static request: { path_params?, query?, body? }.
schedule
schedule:
string
Cron schedule string (e.g., '* * * * *')