CronConfig: OmitStrict<CronJobEntity, "id" | "lastRun" | "errorMessage"> & {
    syncToDataSource: boolean;
}

The full initial configuration of a cron job.

Type declaration

  • syncToDataSource: boolean

    Whether or not the cron job should be synced to a data source. (With status, lastRun etc.). Defaults to true.