Ask Solem ffe24d5ddd Used internal interface for queue_delete 15 年 前
..
app 4776440405 Don't use map without return value (2to3 suggested) 15 年 前
apps 4776440405 Don't use map without return value (2to3 suggested) 15 年 前
backends ffe24d5ddd Used internal interface for queue_delete 15 年 前
bin d2ac7cd486 Fixed typo platform -> platforms 15 年 前
concurrency 9dd454824e Include exc_info in log messages 15 年 前
contrib de428230ca pyflakes 15 年 前
db b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 15 年 前
events 26f81734d2 Merge branch 'release21-maint' 15 年 前
execute 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. 15 年 前
loaders 781111e11c Programs --app argument module is now imported from the current directory 15 年 前
task ee8bec3ccb Merge branch 'dcramer/master' 15 年 前
tests 5bc6483f23 fixed routes test 15 年 前
utils 7c72ee2f26 utils.compat.log_with_extra: Support the extra logging argument, by removing it for Python 2.4 15 年 前
worker 7c72ee2f26 utils.compat.log_with_extra: Support the extra logging argument, by removing it for Python 2.4 15 年 前
__init__.py 58f1a474db Changed __homepage__ to http://celeryproject.org 15 年 前
beat.py 00b9b70f0c Added exc_info to several error logging messages 15 年 前
conf.py de428230ca pyflakes 15 年 前
datastructures.py 4776440405 Don't use map without return value (2to3 suggested) 15 年 前
decorators.py 12cfb3a55c pyflakes 15 年 前
exceptions.py 8fb16ea6fb .concurrency.processes.pool.WorkerLostError moved -> .exceptions.WorkerLostError 15 年 前
log.py ee8bec3ccb Merge branch 'dcramer/master' 15 年 前
messaging.py f9f6eddcc2 Renamed amqp.get_consumer_set -> app.get_task_consumer 15 年 前
pidbox.py 12cfb3a55c pyflakes 15 年 前
platforms.py 864402dd05 pwd and grp not available on Windows. Closes #210. Thanks to klibertb 15 年 前
registry.py 18a3a8b506 NotRegistered errors now uses string representation of original KeyError. 15 年 前
result.py de428230ca pyflakes 15 年 前
routes.py e3e0ef20ee Make queue argument to apply_async, and Task.queue work properly 15 年 前
schedules.py 8d85334016 Improved docs 15 年 前
serialization.py 8a3b4765fb Add :setting: ref to all settings in docstrings 15 年 前
signals.py 1c0eb185e7 Changed the way logging is configured. 15 年 前
states.py dedd2ab8cc celery.states. Added RETRy to precedence rules: after PENDING 15 年 前