Ask Solem 30030cba53 worker.heartbeat: We may lost the race at interpreter shutdown, so the gc has already collected time.time(). 15 years ago
..
apps 8cc8a0b49c Tests passing again 15 years ago
backends 5c962c8101 WorkerTaskTrace now includes more metadata for the STARTED state: pid and hostname of the worker that started the task. 15 years ago
bin 44f004c2a1 Refactored celery.bin.celerybeat into ~ + celery.apps.beat 15 years ago
concurrency b5f12bf961 Exception is an old-style class in 2.4, can't use super. Closes #178. Thanks to totolici. 15 years ago
contrib c383652c12 Added a documentation note saying AbortableTask will only work with the DB backend. 15 years ago
db f83ebaf804 PEP8ify + pyflakes 15 years ago
events 71929b6c2b SQLAlchemy apparently can't store a subclass of str into a CharField (wtf) 15 years ago
execute 5c962c8101 WorkerTaskTrace now includes more metadata for the STARTED state: pid and hostname of the worker that started the task. 15 years ago
loaders 4ead92bb15 celeryd: Added command-line option -I|--include: Additional (task) modules to be imported 15 years ago
management c0f9694a92 Also show upgrading instructions when "manage.py celeryd" is run. 15 years ago
task 8aac58022e Added Task.send_error_emails + Task.error_whitelist, so these can be configured per task instead of just globally. 15 years ago
tests 8cc8a0b49c Tests passing again 15 years ago
utils 6707aefd3b timer2.Timer.run: We might lose the race at interpreter shutdown, so gc has already collected the built-in modules. 15 years ago
worker 30030cba53 worker.heartbeat: We may lost the race at interpreter shutdown, so the gc has already collected time.time(). 15 years ago
__init__.py a6fe8a3677 Bumped version to 2.1.0a2 15 years ago
beat.py ab7f041fc7 Cosmetics 15 years ago
conf.py 9efb933253 Refactored celery.bin.celeryd into celery.bin.celeryd + celery.apps.worker 15 years ago
datastructures.py 267ede3385 celery.datastructures.TokenBucket: Generic Token Bucket algorithm 15 years ago
decorators.py 5d91eaa6dd celery.decorators.task: Return instance from registry 15 years ago
exceptions.py ee8e04d4e3 PEP8ify + pyflakes 15 years ago
log.py e71fb1a3e2 Refactor terminal colors 15 years ago
messaging.py 3ce74e9dff establish_connection: Ability to override defaults used using kwarg "defaults" 15 years ago
models.py e4d8a01e90 Fixed wrong URL in celery/models error message. Closes #180. Thanks to crucialfelix 15 years ago
platform.py 1e458526f3 93% total coverage. 15 years ago
registry.py 18a3a8b506 NotRegistered errors now uses string representation of original KeyError. 15 years ago
result.py 46acfab72c Added TaskSetResult.__getitem__ 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 ab7f041fc7 Cosmetics 15 years ago
serialization.py acfb51c045 API reference: Fix :returns: / :rtype: so they work with Sphinx 1.0b2 15 years ago
signals.py 1c0eb185e7 Changed the way logging is configured. 15 years ago
states.py 71929b6c2b SQLAlchemy apparently can't store a subclass of str into a CharField (wtf) 15 years ago