The name of the job
The cronspec. See https://www.npmjs.com/package/cron#cron-patterns for details
Optional
tzThe timezone in which to operate. Defaults to system timezone. See https://github.com/moment/luxon/blob/master/docs/zones.md#specifying-a-zone for options.
The job to run
The job to run
Optional
overwriteA flag indicating that this job should overwrite another job in the crontab already registered with this name. If this flag is not passed and this job has the same name as another job already registered, the system will log a warning and add a suffix to the name to avoid collision.
Generated using TypeDoc
An interface describing a cronjob