Skip to main content
Skip to main content

ScheduledJobConfig

ScheduledJobConfig: Object

Type Parameters

TobjectRequired

Properties

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