Ask Solem 243b29e729 Also load CELERY_IMPORTS when running with django (as documented) 15 年之前
..
backends 360604811e Forgot another instance of functools.partial 15 年之前
bin 5e40be713e Big celery.conf clean-up 15 年之前
contrib 947418989c Remove celery.contrib.coroutine 15 年之前
execute f65ffc1793 Move task tracing to celery.execute.trace 15 年之前
loaders 243b29e729 Also load CELERY_IMPORTS when running with django (as documented) 15 年之前
management ef1b7cd215 Add celerymon management command to celery (shows installation instructions if celerymon is not installed) 15 年之前
task a952bdf259 No need to use inline imports for ALWAYS_EAGER 15 年之前
tests 5e40be713e Big celery.conf clean-up 15 年之前
worker f65ffc1793 Move task tracing to celery.execute.trace 15 年之前
__init__.py eeb4f77aa9 Bump version to 0.9.2 15 年之前
beat.py 4082dee3de exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError. 15 年之前
conf.py ba969f807d Use mattrgetter in apply_async() 15 年之前
datastructures.py cfa225cb0d Some more unittests. 15 年之前
decorators.py 9866d1501e New decorator: @periodic_task(run_every=...) 15 年之前
discovery.py 2dbc041560 New way to autodiscover task modules using importlib 15 年之前
events.py 54668397a5 Get default logger from common place. 15 年之前
exceptions.py 4082dee3de exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError. 15 年之前
log.py 4041250e89 Some documentation and nitpicking. 15 年之前
managers.py 0e4e001dd5 Fixed race condition in storing task task in DB 15 年之前
messaging.py 248e77c138 Added broadcast() and rate_limit() remote control utilities + remote shutdown of workers. 15 年之前
models.py 203fbf230e Now uses django-picklefield (finnaly got rid of the djangosnippets code!) 15 年之前
patch.py a40fc34d38 PEP8ify 15 年之前
platform.py 092db37745 Removed unused import of contextmanager 15 年之前
registry.py 4082dee3de exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError. 15 年之前
result.py 5a995ce483 Compat implementation of all(), any() and collections.defaultdict 15 年之前
signals.py c2d24327f2 PEP8ify 15 年之前
urls.py 84eb860d99 PEP8ify: Group imports 15 年之前
utils.py ba969f807d Use mattrgetter in apply_async() 15 年之前
views.py 84eb860d99 PEP8ify: Group imports 15 年之前