Skip to main content
Skip to main content

ScheduledJobConfig

ScheduledJobConfig: Object

Type Parameters

TobjectRequired

Type declaration

dataT
An optional data object to pass to the job handler
namestringRequired
The name of the job
schedulestringRequired
The cron schedule of the job, e.g. 0 0 * * * for running every day at midnight.
Was this section helpful?