Scheduler service schedules Confect functions to run in the future. It wraps Convexβs scheduler with Effect-native types: delays use Duration and timestamps use DateTime.
Run after a delay
Run at a specific time
Function references
TheScheduler accepts Convex SchedulableFunctionReference values β the same function references used by vanilla Convexβs scheduler.runAfter and scheduler.runAt. See the Convex scheduling documentation for more details.