-
Notifications
You must be signed in to change notification settings - Fork 46
Celery
Saurabh Kumar edited this page Dec 23, 2017
·
8 revisions
Articles:
- Step-by-step guide to setup celery in Django (Jul, 2015)
- Celery best practices by Balthazar Rouberol (Dec, 2015)
- Celery in Production by Dan Poirier (Sep, 2014)
-
Gotacha with Celery and scheduled tasks (April, 2013)
- further clarification (May, 2017)
- https://github.com/celery/celery/issues/2481 (Feb 3, 2015)
- https://stackoverflow.com/a/41303598
Tools:
- django-post-request-task - A celery task class whose execution is delayed until after the request finishes, using request_started and request_finished signals from django.