Skip to content

How to dynamically add remove periodic tasks to Celery

Gary Gao edited this page Apr 18, 2016 · 1 revision

How to dynamically add / remove periodic tasks to Celery

Alternatives

  • using django-celery

  • developing your own celery beat scheduler

References

  1. How to dynamically add / remove periodic tasks to Celery

http://stackoverflow.com/questions/10194975/how-to-dynamically-add-remove-periodic-tasks-to-celery-celerybeat

  1. Celery beat API

http://docs.celeryproject.org/en/latest/reference/celery.beat.html

  1. Celery Periodic Tasks

http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html

  1. A MongoDB Scheduler Example

https://github.com/zakird/celerybeat-mongo

  1. Django-Celery

https://github.com/celery/django-celery