.. |
backends
|
471de7acc9
Avoid circular import
|
16 年 前 |
bin
|
fa338c65d8
PEP8ify
|
16 年 前 |
loaders
|
fa338c65d8
PEP8ify
|
16 年 前 |
management
|
c48d219600
Some docstrings and nicer info at startup (show version number)
|
16 年 前 |
task
|
47918450de
Use urllib2 instead of direct httplib, + make RESTProxyTask working
|
16 年 前 |
tests
|
9a23efd6d2
Fix regression: get_pickleable_exception does not handle Exception. Thanks Aaron Ross
|
16 年 前 |
worker
|
a382a29f48
inspect.getargspec takes fun not class instance. Thanks Aaron Ross
|
16 年 前 |
__init__.py
|
4434bf2f33
Add information about using celery with Python and other languages to
|
16 年 前 |
conf.py
|
82e6d7939c
Clean-up celery.conf docstrings
|
16 年 前 |
datastructures.py
|
fa338c65d8
PEP8ify
|
16 年 前 |
discovery.py
|
6b81d06f56
Everything now conforms to pep8.py
|
16 年 前 |
exceptions.py
|
076d016d3a
Move TimeoutError to celery.exceptions
|
16 年 前 |
execute.py
|
f67de4a516
Ability to set serializer to pickle, json or yaml. globally, per task, or per execution.
|
16 年 前 |
fields.py
|
4cc0d6a41d
Now at 96% coverage
|
16 年 前 |
log.py
|
fa338c65d8
PEP8ify
|
16 年 前 |
managers.py
|
929c842541
Add traceback to result value on failure. Closes #28. **NOTE** If you use the
|
16 年 前 |
messaging.py
|
f67de4a516
Ability to set serializer to pickle, json or yaml. globally, per task, or per execution.
|
16 年 前 |
models.py
|
471de7acc9
Avoid circular import
|
16 年 前 |
monitoring.py
|
041e245d9a
Merge branch 'master' into nodjango
|
16 年 前 |
pool.py
|
b3338bffe8
Remove unneeded meta argument from celery.pool handlers, + make on_ready handle on_return as well, as on_return is not really needed anymore.
|
16 年 前 |
registry.py
|
2bbdbc1a5a
Move AlreadyRegistered and NotRegistered to celery.exceptions
|
16 年 前 |
result.py
|
076d016d3a
Move TimeoutError to celery.exceptions
|
16 年 前 |
serialization.py
|
9a23efd6d2
Fix regression: get_pickleable_exception does not handle Exception. Thanks Aaron Ross
|
16 年 前 |
signals.py
|
e0c941cd33
Added signals: task_prerun + task_postrun
|
16 年 前 |
supervisor.py
|
4592b79e89
Supervisor: Accidentally removed keyword argument join_timeout
|
16 年 前 |
urls.py
|
ced0b64ad2
Raise our pylint score to 8.24/10
|
16 年 前 |
utils.py
|
6374355a1a
Now uses inspect.getargspec to only pass on the default kwargs the task supports.
|
16 年 前 |
views.py
|
24d6746e17
views.apply now correctly sets mimetype to "application/json"
|
16 年 前 |