Ask Solem
|
641e838dd6
Cosmetics
|
14 年之前 |
Ask Solem
|
b6179c7316
Use new-style relative imports
|
14 年之前 |
Ask Solem
|
d328ac4e44
BROKER_TRANSPORT is now preferred over BROKER_BACKEND
|
14 年之前 |
Ask Solem
|
377f1cc358
Cosmetics
|
14 年之前 |
Ask Solem
|
c053ca114d
Removed mystery appearance of reraises_exception config
|
15 年之前 |
Christopher Peplin
|
82219f291d
Optionally re-raise exceptions in tasks to preserve full traceback.
|
15 年之前 |
Ask Solem
|
58459d7477
Forgot to remove EVENT settings from celery.conf
|
15 年之前 |
Ask Solem
|
88a69b51e2
celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer
|
15 年之前 |
Ask Solem
|
de428230ca
pyflakes
|
15 年之前 |
Ask Solem
|
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 年之前 |
Ask Solem
|
3333e655a5
Added CELERYBEAT_SCHEDULER setting, used to define the default for celerybeats -S option
|
15 年之前 |
Ask Solem
|
374be0fbea
unittests: Don't leave threads running at teardown.
|
15 年之前 |
Ask Solem
|
71312fdfab
Do not use log colors on Windows, as the console there doesn't support ANSI
|
15 年之前 |
Ask Solem
|
c408d07b47
PEP8ify (using new version of pep8, 0.6.0)
|
15 年之前 |
Ask Solem
|
7f082a8ea8
Intense refactoring
|
15 年之前 |
Ask Solem
|
b442d34c8e
Global settings removed. Still a little bit of refactoring to be done, but the tests passes now.
|
15 年之前 |
Ask Solem
|
ad6b172201
Working on removing usage of configuration globals.
|
15 年之前 |
Ask Solem
|
9efb933253
Refactored celery.bin.celeryd into celery.bin.celeryd + celery.apps.worker
|
15 年之前 |
Ask Solem
|
eb52523a0c
celery.conf: Configuration initialization is now in a function.
|
15 年之前 |
Ask Solem
|
7ddbcd7d11
Ship with the timer2 module, don't add it as a dependency.
|
15 年之前 |
Ask Solem
|
1ab0847e35
Merge branch 'master' into dbschedule
|
15 年之前 |
Ask Solem
|
41b1b8fd9f
Merge branch 'timer2'
|
15 年之前 |
Ask Solem
|
75c57b85b0
Set default broker settings to amqplib://guest:guest@localhost/
|
15 年之前 |
Ask Solem
|
f6ec0e3b5a
ETA scheduler moved to external timer2 module.
|
15 年之前 |
Gunnlaugur Thor Briem
|
31ef7e771e
Resolve #153, whitelist errors to skip admin email
|
15 年之前 |
Ask Solem
|
6ca8aab89f
Added CELERYD_ETA_SCHEDULER_PRECISION to control the minimum sleep interval between scheduler ticks.
|
15 年之前 |
Ask Solem
|
a064754287
Added support for persistent revokes.
|
15 年之前 |
Ask Solem
|
9a6c6b6575
Allow using CACHE_BACKEND as an alias to CELERY_CACHE_BACKEND
|
15 年之前 |
Ask Solem
|
391efc75d8
Fixed typo CELERY_CACHE_OPTIONS -> CELERY_CACHE_BACKEND_OPTIONS
|
15 年之前 |
Ask Solem
|
f7dcff50f1
First stab at a cache backend
|
15 年之前 |