概要
This skill provides a comprehensive blueprint for implementing Celery in distributed systems, focusing on reliability, performance, and scalability. It streamlines the setup of Redis brokers, result backends, and complex task routing while enforcing industry best practices such as exponential backoff retries, late acknowledgments, and strict time limits to prevent hung processes in production environments. Whether you are building an API that needs to offload heavy workloads or a data processing pipeline, this skill ensures your background workers are resilient and efficiently managed.