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