.. |
backends
|
0131f243d4
Django raises InvalidCacheBackendClass not ImportError :(
|
15 years ago |
bin
|
11c2631874
Updated Changelog
|
15 years ago |
contrib
|
947418989c
Remove celery.contrib.coroutine
|
15 years ago |
execute
|
786a076ec5
apply_async now returns Task.AsyncResult
|
15 years ago |
loaders
|
906a5c3917
(#GH-41) Remember previous loader by keeping it in the CELERY_LOADER environment
|
15 years ago |
management
|
ef1b7cd215
Add celerymon management command to celery (shows installation instructions if celerymon is not installed)
|
15 years ago |
task
|
c8f08ff8ef
Fix syntax error in celery.task.base related to supporting execution options in a TaskSets argument list.
|
15 years ago |
tests
|
906a5c3917
(#GH-41) Remember previous loader by keeping it in the CELERY_LOADER environment
|
15 years ago |
utils
|
90cbcceec4
Made noop a proper function instead of a lambda so repr() returns something sane in Sphinx.
|
15 years ago |
worker
|
911e9d58a8
Don't return exception from handle_retry, so error mails for retried tasks isn't sent. Thanks Mat Clayton.
|
15 years ago |
__init__.py
|
430944044f
Bumped version to 0.9.5
|
15 years ago |
beat.py
|
01a8a0ecbb
Celery no longer does detaching, you need to use start-stop-daemon,
|
15 years ago |
conf.py
|
01a8a0ecbb
Celery no longer does detaching, you need to use start-stop-daemon,
|
15 years ago |
datastructures.py
|
3e57f99bcb
Tests for all of celery.views
|
15 years ago |
decorators.py
|
216da1aa10
PEP8ify
|
15 years ago |
events.py
|
837710589b
Adds unittests for celery.events (celery now has 88% coverage in total)
|
15 years ago |
exceptions.py
|
4082dee3de
exceptions.NotRegistered now inherits from keyerror, and TaskRegistry.__getitem__+pop raises NotRegistered instead of KeyError.
|
15 years ago |
log.py
|
30865890b1
Fix logging configuration/setup and we need to monkeypatch the logger to be
|
15 years ago |
managers.py
|
a333860d7a
94% coverage
|
15 years ago |
messaging.py
|
26611b783f
Can now configure broadcast/event queue/exchange settings, and the amqp result backend exchange.
|
15 years ago |
models.py
|
4cc234159a
Pyflakes
|
15 years ago |
platform.py
|
01a8a0ecbb
Celery no longer does detaching, you need to use start-stop-daemon,
|
15 years ago |
registry.py
|
560817d20c
Refactor TaskRegistry
|
15 years ago |
result.py
|
61b4d9f05e
92% coverage
|
15 years ago |
signals.py
|
a6918b8f12
Move documentation for celery.signals into the rst file
|
15 years ago |
urls.py
|
e10529d892
Tests for celery.views.task_is_successful
|
15 years ago |
views.py
|
3e57f99bcb
Tests for all of celery.views
|
15 years ago |