Async and Workflows
Async and Workflows covers work that runs outside the immediate request path.
Use these pages when your App needs queued jobs, workers, event fan-out, recurring schedules, retries, or idempotent background workflows.
Recommended Path
- Events versus Queues explains which primitive to use.
- 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.
