.. |
app
|
f64e527f8f
Adds Task.subtask_from_request
|
12 years ago |
apps
|
03046f1b7f
Request info logs optimized away too soon
|
12 years ago |
backends
|
783c280d82
Fixed a trivial bug that prevented backends.base.get_many from hitting timeout.
|
12 years ago |
bin
|
69a86b63ca
--config now works for all loaders
|
12 years ago |
concurrency
|
ef3d04b9d7
Safety pool maintainance frequency changed from 30s to 5s
|
13 years ago |
contrib
|
f7adfa784c
flakes
|
12 years ago |
events
|
bcb47a924e
flakes
|
12 years ago |
loaders
|
f7adfa784c
flakes
|
12 years ago |
security
|
566c4da7b4
Use ' instead of "
|
13 years ago |
task
|
bcb47a924e
flakes
|
12 years ago |
tests
|
9fa53f0f68
Fixes timer tests
|
12 years ago |
utils
|
1c5efa6bde
Fixes strange Python3.2 bug. Closes #1034
|
12 years ago |
worker
|
03046f1b7f
Request info logs optimized away too soon
|
12 years ago |
__compat__.py
|
8e11d7b11d
Don't use dict.keys/iterkeys
|
13 years ago |
__init__.py
|
463a38f45f
Hack for PyDev/PyCharm/pylint etc to work with our dynamically generated modules
|
12 years ago |
__main__.py
|
39cfdafb7c
Use compat __main__ entrypoints for multi and beat as well
|
13 years ago |
_state.py
|
e1f81cf416
Worker didn't actually set the default app, breaking gevent/eventlet
|
13 years ago |
beat.py
|
1958ba629c
[beat] Show entry name in 'sending due task' logs.
|
13 years ago |
canvas.py
|
5cf87010a9
Make sure BaseTask.__call__ does not modify stack even if overridden calls super() (As discussed in #947)
|
13 years ago |
datastructures.py
|
abaa787a3d
Tests passing
|
12 years ago |
exceptions.py
|
21295ee732
Fixes terminate of revoked task and now updates state+event for terminated tasks
|
13 years ago |
local.py
|
76c4769de7
Don't import celery.utils package before concurrency setup
|
13 years ago |
platforms.py
|
7b39b49d31
detach: Delay pidfile and logfile creating tests until after chdir performed
|
13 years ago |
result.py
|
a20ff8a98e
Fixes more eventlet/gevent/threads early patch problems, and also moves importlib+ordereddict (<Py2.7) and simplejson (Py<2.6) dependencies to Kombu
|
13 years ago |
schedules.py
|
dde9b5a5b7
Don't localize twice
|
13 years ago |
signals.py
|
eb6e874a55
Adds signal: celeryd_after_setup
|
13 years ago |
states.py
|
46ab71ff74
Tasks can now raise celery.exceptions.Ignore to not update any state
|
13 years ago |