HomeConvex APIconvex/serverCronJobOn this pageInterface: CronJobserver.CronJob A schedule to run a Convex mutation or action on. You can schedule Convex functions to run regularly with interval and exporting it. Properties name • name: string Defined in server/cron.ts:153 args • args: JSONValue Defined in server/cron.ts:154 schedule • schedule: Schedule Defined in server/cron.ts:155