debian-celery/examples
Jérôme Schneider 615f69bcb5 Initial import from tarball 2014-10-31 16:50:38 +01:00
..
app Initial import from tarball 2014-10-31 16:50:38 +01:00
celery_http_gateway Initial import from tarball 2014-10-31 16:50:38 +01:00
django Initial import from tarball 2014-10-31 16:50:38 +01:00
eventlet Initial import from tarball 2014-10-31 16:50:38 +01:00
gevent Initial import from tarball 2014-10-31 16:50:38 +01:00
httpexample Initial import from tarball 2014-10-31 16:50:38 +01:00
next-steps Initial import from tarball 2014-10-31 16:50:38 +01:00
resultgraph Initial import from tarball 2014-10-31 16:50:38 +01:00
tutorial Initial import from tarball 2014-10-31 16:50:38 +01:00
README.rst Initial import from tarball 2014-10-31 16:50:38 +01:00

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.