celery/examples
Ask Solem c4de6da107 Removes Remote Tasks/celery.contrib.http 2016-06-27 19:01:13 -07:00
..
app flakes 2016-04-01 17:15:47 -07:00
celery_http_gateway [docs] Spelling stuff 2016-04-12 19:48:33 -07:00
django No longer supports Microsoft Windows 2016-06-27 18:52:33 -07:00
eventlet an URL -> a URL 2016-05-12 18:51:19 -07:00
gevent flakes 2016-04-01 17:15:47 -07:00
next-steps Use unicode_literals in all modules (with upgrading flakeplus to use 2.7 target) 2016-04-01 18:13:57 -07:00
resultgraph flakes 2016-04-01 17:15:47 -07:00
tutorial Use unicode_literals in all modules (with upgrading flakeplus to use 2.7 target) 2016-04-01 18:13:57 -07:00
README.rst Some more minor django references removed 2010-05-20 23:01:00 +02: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.