background-jobs
Installation
SKILL.md
Background Job Patterns
Offload long-running tasks with async job queues.
Overview
- Long-running tasks (report generation, data processing)
- Email/notification sending
- Scheduled/periodic tasks
- Webhook processing
- Data export/import pipelines
- Non-LLM async operations (use LangGraph for LLM workflows)