Ask Solem e436454d02 Django autodiscovery no longer requires an argument to work. 10 tahun lalu
..
app 4e52e8f1f5 Fixes flakes after flake8 update 11 tahun lalu
celery_http_gateway 6e8c726be1 cosmetics 11 tahun lalu
django e436454d02 Django autodiscovery no longer requires an argument to work. 10 tahun lalu
eventlet 72b16ac7c4 Apparently (x,) is legal now, so no need for (x, ) 10 tahun lalu
gevent 72b16ac7c4 Apparently (x,) is legal now, so no need for (x, ) 10 tahun lalu
httpexample 66672c0f17 Use kombu.utils.json instead of anyjson :sad: 11 tahun lalu
next-steps 4e52e8f1f5 Fixes flakes after flake8 update 11 tahun lalu
resultgraph 661bbfe984 Renames Task.subtask -> .signature (with alias for compat) 11 tahun lalu
tutorial 6dad23d0a9 Always use app = Celery... 12 tahun lalu
README.rst 07b299cf92 Some more minor django references removed 15 tahun lalu

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.