Async and Workflows
Async and Workflows covers work that runs outside the immediate request path.
Use these pages to dispatch queued jobs, run workers, publish events, schedule recurring work, and design retries safely.
Recommended Path
- Events versus Queues explains when to publish a fact and when to queue durable work.
- Jobs shows the unit of queued work.
- Queues explains dispatch and backend selection.
- Workers covers long-running worker processes.
- Scheduler covers recurring work.
All Async Pages
Related Sections
- Reports Generate Job shows events dispatching durable queued work.
- Reports Daily Schedule shows scheduler dispatching existing jobs.
- Operations explains long-running workers and scheduler processes.
- Libraries includes standalone Queue, Events, and Scheduler documentation.