Loading...
Loading...
Celery task patterns including task definition, retry strategies, periodic tasks, and best practices. Use when implementing background tasks, scheduled jobs, or async processing.
npx skill4agent add kjnez/claude-code-django celery-patternsapps/<app>/tasks.py@shared_taskbind=Truemax_retriesretry_jitter=Trueretry_backoff_maxautoretry_forselect_for_update()config/celery.pybeat_schedulecrontab()except: passuv run celery -A config worker -l infouv run celery -A config beat -l infouv run celery -A config flower