Django Celery Task

Apply this skill when designing or debugging Celery tasks in Django. Covers task idempotency, retry policies (max_retries, countdown, exponential backoff), error handling patterns, and the anti-pattern of passing ORM objects as task arguments. Triggered by phrases like 'Celery task', '@shared_task', 'retry', 'idempotent', or when adding background processing. Use when this capability is needed.

tomevault-io 9f0a9d2 2 files · 5.1 KB Updated

File contents

tomevault-io/skills-registry/tree/main/upstate-web-co--uwc-django-skills--django-celery-task commit 9f0a9d2d67

Frequently asked questions

npx skillmds@latest add tomevault-io/django-celery-task