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. před 15 roky
..
__init__.py de428230ca pyflakes před 15 roky
base.py 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. před 15 roky
builtins.py 7ea3148b5c pyflakes před 15 roky
control.py 2f71227e7a New remote control commands: add_consumer + cancel_consumer* add_consumer queue exchange exchange_type routing_key **options Tells the worker to declare and consume from the specified declaration.* cancel_consumer queue_name Tells the worker to stop consuming from queue (by queue name).Commands also added to celeryctl and celery.task.control.inspect před 15 roky
http.py c408d07b47 PEP8ify (using new version of pep8, 0.6.0) před 15 roky
schedules.py de428230ca pyflakes před 15 roky
sets.py 0f40a2b753 Added TaskSet.Publisher: Can be used to override the publisher class used to send subtasks před 15 roky