Ask Solem 8cc2028c5f Improvments to the celeryctl list command 13 years ago
..
app 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
apps 8ecbdeef91 celeryd now sends the celeryd_init signal 13 years ago
backends 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
bin 8cc2028c5f Improvments to the celeryctl list command 13 years ago
concurrency 7e88a44e11 TimeoutHandler now sleeps for one second instead of a half 13 years ago
contrib b398ba3994 AsyncResult.task_id -> AsyncResult.id (also TasksetResult.taskset_id -> .id 13 years ago
db aa44f02169 Cosmetics 13 years ago
events 7aa55c5f62 Cosmetics 13 years ago
execute 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
loaders 2fb14811fd Don't import celery.task (remove it from BUILTIN_MODULES) 13 years ago
security 9530098d0f Better exception and traceback handling. 13 years ago
task eb776b5dbe More useful utilities for callbacks and result graphs 13 years ago
tests 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
utils 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
worker 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
__init__.py ca478673e9 Adds celery.bugreport 13 years ago
abstract.py 7aa55c5f62 Cosmetics 13 years ago
actors.py 9b94556b8c Optimization: A tracer is now generated for each task (+ ~1500msg/s) 13 years ago
beat.py b398ba3994 AsyncResult.task_id -> AsyncResult.id (also TasksetResult.taskset_id -> .id 13 years ago
conf.py 641e838dd6 Cosmetics 13 years ago
datastructures.py 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
decorators.py dbe4b6a847 celery.decorators module now deprecated (previously pending) 13 years ago
exceptions.py 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
local.py 5ff76f3a48 The @task decorator is now lazy when used with custom apps 13 years ago
log.py 7aa55c5f62 Cosmetics 13 years ago
messaging.py 641e838dd6 Cosmetics 13 years ago
platforms.py 041cb3c20d Tasks can now have callbacks and errbacks, and dependencies are recorded 13 years ago
registry.py 22ceb946b5 Task registry is no longer global, but needs testing before merge, and hopefully cleaning up 13 years ago
result.py eb776b5dbe More useful utilities for callbacks and result graphs 13 years ago
routes.py 3a765c6942 Bad, bad cosmetics 13 years ago
schedules.py f4f8e3bd08 Changed crontab_parser match Vixie cron for ranges with steps, e.g. 1-59/2 13 years ago
signals.py 78cf9bce78 Adds celeryd_init signal that can be used to configure workers by hostname. Thanks to zllak 13 years ago
states.py 641e838dd6 Cosmetics 13 years ago