About
This skill provides Claude with expert knowledge for architecting and implementing robust asynchronous task systems using Celery 5.3+. It offers standardized patterns for task definitions, complex workflow orchestration (including chains, groups, and chords), and seamless integration with FastAPI. Users can quickly configure Redis or RabbitMQ brokers, implement advanced retry logic with exponential backoff, and set up periodic jobs via the Beat scheduler. By following these production-grade implementation patterns, developers can avoid common anti-patterns like blocking workers or memory leaks while ensuring high-performance background processing.