Convex Cron Jobs
Use this when adding recurring cleanup, sync, digest, monitoring, or maintenance jobs.
Rules
- Schedule
internal.*functions only. - Keep jobs idempotent where possible.
- Batch work instead of scanning whole tables in one run.
- Make time-zone and schedule semantics explicit in docs or code comments.