TheDocumentation Index
Fetch the complete documentation index at: https://confect.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.
Both runAfter and runAt accept a ref to a mutation or action and an optional args object matching the ref’s args schema.
Run after a delay
Run at a specific time
Duration documentation, the Effect DateTime documentation, and the Convex scheduling documentation.