Ask Solem ad7035f169 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
..
apps ad7035f169 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
backends 57a6491c90 Cache backend: expires must be an int, not float. Thanks to jonozzz 15 years ago
bin dbea0da533 celeryd-multi: Fixed 'set changed size during iteration' bug in restart 15 years ago
concurrency e379e13b89 Bug in TaskPool: The semaphore was released both at ACK and result ready. 15 years ago
contrib 85223dee9d Loads of documentation improvements 15 years ago
db f83ebaf804 PEP8ify + pyflakes 15 years ago
events 7039f7650d celery.events.state: Added __repr__ for state.Task and state.Worker 15 years ago
execute 975396b054 Cosmetics 15 years ago
loaders 1e44c22f52 Remove django-related settings from DEFAULT_SETTINGS 15 years ago
management 19559a53b5 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
task 816afda57f 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 15 years ago
tests 75deb54ba5 Fixed broken test (test_worker.py) 15 years ago
utils 6ad3e9f65c PEP8ify 15 years ago
worker 816afda57f 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 15 years ago
__init__.py 1aeb981d13 Bumped version to 2.1.0 and updated the Changelog 15 years ago
beat.py 6bd02d855d celerybeat: Cooler splash screen, with more info 15 years ago
conf.py ad7035f169 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
datastructures.py 6a78496f01 90% coverage 15 years ago
decorators.py 19559a53b5 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
exceptions.py 6c9be596e5 .concurrency.processes.pool.WorkerLostError moved -> .exceptions.WorkerLostError 15 years ago
log.py ad7035f169 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 c4ee30b521 Add :setting: ref to all settings in docstrings 15 years ago
models.py 19559a53b5 PEP8ify (using new version of pep8, 0.6.0) 15 years ago
platforms.py 8765d6f1e8 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 1f25c9b25d Improved userguides 15 years ago
routes.py d524e95078 routes: Values defined in the route should have precedence over values defined in CELERY_QUEUES. 15 years ago
schedules.py 560803ee62 Improved docs 15 years ago
serialization.py c4ee30b521 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 e78f78a89b Document states in task user guide 15 years ago