Ask Solem b95c99c6da cosmetics 15 years ago
..
app 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer 15 years ago
apps b36a0c3044 Properly disable log colors if using a logfile or stderr is not a tty 15 years ago
backends 395f99e296 Change all references of Carrot to Kombu 15 years ago
bin 395f99e296 Change all references of Carrot to Kombu 15 years ago
concurrency 9dd454824e Include exc_info in log messages 15 years ago
contrib de428230ca pyflakes 15 years ago
db b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 15 years ago
events 395f99e296 Change all references of Carrot to Kombu 15 years ago
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 years ago
loaders 781111e11c Programs --app argument module is now imported from the current directory 15 years ago
task 395f99e296 Change all references of Carrot to Kombu 15 years ago
tests 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer 15 years ago
utils a90a3a32b4 Merges branches master(app) and kombufy. 15 years ago
worker 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer 15 years ago
__init__.py 58f1a474db Changed __homepage__ to http://celeryproject.org 15 years ago
beat.py 80ba58654e unittests were actually creating the celerybeat schedule database file, which it is not allowed to 15 years ago
conf.py 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer 15 years ago
datastructures.py a81eb571f3 90% coverage 15 years ago
decorators.py 12cfb3a55c pyflakes 15 years ago
exceptions.py 8fb16ea6fb .concurrency.processes.pool.WorkerLostError moved -> .exceptions.WorkerLostError 15 years ago
log.py fe91f0ba35 Added CELERY_REDIRECT_STDOUTS + CELERYD_REDIRECT_STDOUTS_LEVEL settings.CELERY_REDIRECT_STDOUTS is used by celeryd and celerybeat, and if enabled all output to stdout and stderr will be redirected to the current logger.CELERY_REDIRECT_STDOUTS_LEVEL decides the loglevel used and is WARNING by default. 15 years ago
messaging.py 395f99e296 Change all references of Carrot to Kombu 15 years ago
pidbox.py b95c99c6da cosmetics 15 years ago
platforms.py 864402dd05 pwd and grp not available on Windows. Closes #210. Thanks to klibertb 15 years ago
registry.py 18a3a8b506 NotRegistered errors now uses string representation of original KeyError. 15 years ago
result.py de428230ca pyflakes 15 years ago
routes.py d43d9646ba Introducing Celery.amqp.queues: .add, .select_subset, .format 15 years ago
schedules.py 88a69b51e2 celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer 15 years ago
serialization.py 8a3b4765fb Add :setting: ref to all settings in docstrings 15 years ago
signals.py 1c0eb185e7 Changed the way logging is configured. 15 years ago
states.py 84fc657b86 Document states in task user guide 15 years ago