Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs %!s(int64=12) %!d(string=hai) anos
..
app 98eca36a45 Fixes examples/app %!s(int64=12) %!d(string=hai) anos
celery_http_gateway 4e14f7605e Consistently use @task() (with parens) in docs %!s(int64=12) %!d(string=hai) anos
eventlet 4e14f7605e Consistently use @task() (with parens) in docs %!s(int64=12) %!d(string=hai) anos
gevent 62647576d4 Examples now use broker URL. sqlakombu is currently broken though, need to find a solutionf or that %!s(int64=13) %!d(string=hai) anos
httpexample 78d509280f Use anyjson.loads/dumps instead of serialize/deserialize %!s(int64=13) %!d(string=hai) anos
next-steps 4e14f7605e Consistently use @task() (with parens) in docs %!s(int64=12) %!d(string=hai) anos
pythonproject 62647576d4 Examples now use broker URL. sqlakombu is currently broken though, need to find a solutionf or that %!s(int64=13) %!d(string=hai) anos
resultgraph 4e14f7605e Consistently use @task() (with parens) in docs %!s(int64=12) %!d(string=hai) anos
tutorial 4e14f7605e Consistently use @task() (with parens) in docs %!s(int64=12) %!d(string=hai) anos
README.rst 07b299cf92 Some more minor django references removed %!s(int64=15) %!d(string=hai) anos

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.