Backend Background Jobs

Use this skill when designing background job processing, task queues, or worker systems. This skill enforces: job idempotency, retry with exponential backoff, queue topology with dead letter, and worker concurrency controls. Applies to any backend stack with Redis/SQS/DB-backed queues. Do NOT use for: event streaming (Kafka), real-time pub/sub, or synchronous request processing.

j4flmao Updated

File contents

j4flmao/agent-skills/tree/main/skills/backend/universal/background-jobs commit ca686ba855

Frequently asked questions

npx skillmds@latest add j4flmao/backend-background-jobs