background-jobs

Installation
SKILL.md

Background Jobs

Production-ready background job processing with reliability guarantees.

When to Use This Skill

  • Processing that takes longer than a request timeout
  • Scheduled/recurring tasks (reports, cleanup, sync)
  • Async workflows (email, notifications, webhooks)
  • Work that can fail and needs retries

Architecture Overview

┌─────────────┐     ┌─────────────┐     ┌─────────────┐
│   API       │────▶│   Queue     │────▶│   Worker    │
│   Server    │     │   (Redis)   │     │   Process   │
└─────────────┘     └─────────────┘     └─────────────┘
                           │                   │
Related skills
Installs
24
GitHub Stars
780
First Seen
Jan 25, 2026