Skip to main content

Interface: CronJob

For AI agents: see llms.txt for the complete documentation index. Markdown versions are available by adding .md to a page URL or requesting Accept: text/markdown.

server.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:161


args

args: JSONValue

Defined in

server/cron.ts:162


schedule

schedule: Schedule

Defined in

server/cron.ts:163