ScheduledJobConfig
ScheduledJobConfig: Object
Type Parameters
TobjectRequiredType declaration
dataTAn optional data object to pass to the job handler
namestringRequiredThe name of the job
schedulestringRequiredThe cron schedule of the job, e.g.
0 0 * * * for running every day at midnight.Was this section helpful?