概要
This skill provides specialized guidance and templates for connecting Celery task queues with the most popular Python web frameworks. It solves common integration challenges such as managing Django database transactions to prevent race conditions, handling Flask's application context within workers, and bridging the gap between FastAPI's async environment and Celery's distributed execution. Whether you are setting up a new project or troubleshooting context errors, this skill ensures robust, scalable background task architectures using industry best practices.