-
Notifications
You must be signed in to change notification settings - Fork 1
Using Celery with Django
Gary Gao edited this page Apr 18, 2016
·
2 revisions
-
more complex
-
more dependencies
-
more powerful and flexible
# execute celery in project dir(suppose the name of the project is `proj`)
$ celery -A proj worker --loglevel=INFO
$ celery beat -A proj --loglevel=INFO
-
celery project http://celeryproject.org
-
First steps with Django : Using Celery with Django http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html
-
Example Django project using Celery: https://github.com/celery/celery/tree/3.1/examples/django
-
asynchronous tasks with django and celery https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
-
scheduling tasks celery https://www.caktusgroup.com/blog/2014/06/23/scheduling-tasks-celery/
-
asynchronous apache spark flask celery elasticsearch https://qbox.io/blog/asynchronous-apache-spark-flask-celery-elasticsearch