How to add background jobs
Follow this guide to schedule background work using the Jobs building block.
- Register the job framework (for example, Hangfire) via the jobs building block.
- Create job handlers that encapsulate the background work.
- Wire up recurring schedules or enqueue jobs from API endpoints.