Ask Solem d4a75425a3 Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default. 14 vuotta sitten
..
app d4a75425a3 Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default. 14 vuotta sitten
celery_http_gateway c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 vuotta sitten
ghetto-queue 82eccf97f0 Proofread the ghetto queue example readme 15 vuotta sitten
httpexample c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 14 vuotta sitten
pythonproject 76bcc628c6 Accidentally removed some lines 14 vuotta sitten
README.rst 07b299cf92 Some more minor django references removed 15 vuotta sitten

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.