celery/examples
Batiste Bieler 1d131e9910 Update the demo project so it works with the latest Django and celery 2016-06-29 16:39:08 -07:00
..
app
celery_http_gateway
django Update the demo project so it works with the latest Django and celery 2016-06-29 16:39:08 -07:00
eventlet
gevent
next-steps
resultgraph
tutorial
README.rst

README.rst

=================
 Celery Examples
=================


* pythonproject

Example Python project using celery.

* httpexample

Example project using remote tasks (webhook tasks)

* celery_http_gateway

Example HTTP service exposing the ability to apply tasks and query the
resulting status/return value.