Overview of Scheduling in Convex
mainConvex provides two primary ways to schedule functions to run at specific times or on a recurring basis, enabling the creation of durable workflows (e.g., sending delayed emails or performing periodic account reconciliations).
- Scheduled Functions: Allows any function to durably schedule another function to run once at a specific point in the future (minutes, days, or months).
- Cron Jobs: Used to schedule functions to run on a recurring schedule (e.g., daily or hourly).