Celery — фоновые задачи и очереди для Python
★ 7.5 · general
celery-tasks is a Claude Code skill that provides ready-to-use Celery background task patterns for Python applications. It covers worker setup with three priority queues (high, default, low), exponential backoff retries, rate-limiting for CPU-heavy jobs, task chains and groups, Celery Beat scheduling, and Flower monitoring on port 5555. A Docker Compose configuration for the worker, beat scheduler, and Flower is included out of the box. The skill is designed for email delivery, thumbnail generation, batch processing, and any async work that should run outside the web request cycle.