Оркестрация фоновых задач и очередей
★ 6.8 · general
background-job-orchestrator is a Claude Code skill that helps design and implement production-grade background job systems using Bull/BullMQ (Redis), Celery, and cloud queues such as AWS SQS and Google Cloud Tasks. It covers retry logic with exponential backoff, dead letter queues, priority queues, repeatable job scheduling, and worker management — with concrete patterns for idempotent processing and third-party API rate limiting. The skill is built for tasks that must not block API responses: email campaigns, bulk imports and exports, report generation, data migrations, and recurring cron jobs. It explicitly excludes real-time WebSocket communication, synchronous API calls, and simple setTimeout delays.