This covers the standard Celery integration patterns you'll actually use in a Django production app: worker setup, task decorators with retries and timeouts, Beat scheduling for cron jobs, and canvas primitives like chains and chords. The examples are solid on the boring but critical stuff like idempotent task design, exponential backoff config, and using `acks_late` to handle worker crashes. If you're adding background jobs to Django or debugging why your tasks are piling up in the queue, this gives you the configuration and patterns without having to piece together Stack Overflow answers. The testing section appears cut off but the core implementation patterns are all here.
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-celery