Ask Solem 6d7d4b4453 AMQP Backend: Support the x-expires argument for queues (using the CELERY_AMQP_TASK_RESULT_EXPIRES setting). 16 vuotta sitten
..
app 6d7d4b4453 AMQP Backend: Support the x-expires argument for queues (using the CELERY_AMQP_TASK_RESULT_EXPIRES setting). 16 vuotta sitten
apps 05de5a466d Remove celery.log.emergency_error. 16 vuotta sitten
backends 6d7d4b4453 AMQP Backend: Support the x-expires argument for queues (using the CELERY_AMQP_TASK_RESULT_EXPIRES setting). 16 vuotta sitten
bin 2f06766298 celery.bin.base.Command: Import all modules lazily 16 vuotta sitten
concurrency b5f12bf961 Exception is an old-style class in 2.4, can't use super. Closes #178. Thanks to totolici. 16 vuotta sitten
contrib c383652c12 Added a documentation note saying AbortableTask will only work with the DB backend. 16 vuotta sitten
db b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 16 vuotta sitten
events c99de0404c Found some more app leaks 16 vuotta sitten
execute a65b16d477 celery.messaging is now Celery().amqp 16 vuotta sitten
loaders ae38915aa2 cmdline config parser now supports using JSON for values. 16 vuotta sitten
management c0f9694a92 Also show upgrading instructions when "manage.py celeryd" is run. 16 vuotta sitten
task c99de0404c Found some more app leaks 16 vuotta sitten
tests 588e650f46 Tests passing again 16 vuotta sitten
utils 9e193f9517 Configuration must appear after '--': 16 vuotta sitten
worker 324947e105 Merge branch 'master' into app 16 vuotta sitten
__init__.py d43d9646ba Introducing Celery.amqp.queues: .add, .select_subset, .format 16 vuotta sitten
beat.py 2808bc3e9f celery.utils.info's functions moved to other places. 16 vuotta sitten
conf.py 7f082a8ea8 Intense refactoring 16 vuotta sitten
datastructures.py 9e193f9517 Configuration must appear after '--': 16 vuotta sitten
decorators.py a65b16d477 celery.messaging is now Celery().amqp 16 vuotta sitten
exceptions.py ee8e04d4e3 PEP8ify + pyflakes 16 vuotta sitten
log.py 05de5a466d Remove celery.log.emergency_error. 16 vuotta sitten
messaging.py a65b16d477 celery.messaging is now Celery().amqp 16 vuotta sitten
models.py e4d8a01e90 Fixed wrong URL in celery/models error message. Closes #180. Thanks to crucialfelix 16 vuotta sitten
pidbox.py 7f082a8ea8 Intense refactoring 16 vuotta sitten
platform.py 1e458526f3 93% total coverage. 16 vuotta sitten
registry.py 18a3a8b506 NotRegistered errors now uses string representation of original KeyError. 16 vuotta sitten
result.py a65b16d477 celery.messaging is now Celery().amqp 16 vuotta sitten
routes.py d43d9646ba Introducing Celery.amqp.queues: .add, .select_subset, .format 16 vuotta sitten
schedules.py ab7f041fc7 Cosmetics 16 vuotta sitten
serialization.py acfb51c045 API reference: Fix :returns: / :rtype: so they work with Sphinx 1.0b2 16 vuotta sitten
signals.py 1c0eb185e7 Changed the way logging is configured. 16 vuotta sitten
states.py 71929b6c2b SQLAlchemy apparently can't store a subclass of str into a CharField (wtf) 16 vuotta sitten