.. |
app
|
6d4813a9d0
Adds the current worker `hostname` to the task context. Closes #460
|
14 년 전 |
apps
|
17b0406513
install_rdb_handler now supports envvar keyword to specify the envvar used
|
14 년 전 |
backends
|
dc6caecdd3
ResultSet.iterate did not actually yield results as they finish. This fixes that, but can result in strain when polling resources. It is about time we implemented iter_native for databases. Closes #459
|
14 년 전 |
bin
|
c8e0534b4e
celeryd_multi now supports stop_verify command to wait for processes to shutdown
|
14 년 전 |
concurrency
|
6143def9ae
Check for Windows _before_ importing os.kill(). fixes #450
|
14 년 전 |
contrib
|
06197979a8
celery.contrib.abortable: Fixes doc typo 'def Class' -> 'class Class'. Thanks to tback. Closes #398
|
14 년 전 |
db
|
d6ab7e0511
CELERY_RESULT_DB_SHORT_LIVED_SESSIONS allows not caching database connections
|
14 년 전 |
events
|
9b21dea245
Can't have multiple imports from __future__ in Py 2.5.0
|
14 년 전 |
execute
|
d16c9061db
PEP8ify + pyflakes
|
14 년 전 |
loaders
|
c4e3fd3474
import utils now supports the package keyword for relative imports
|
14 년 전 |
task
|
d5afe57740
purge/discard_all actually consumed the message before purge... closes #455. Thanks to sixohsix
|
14 년 전 |
tests
|
944d988e1b
Fixes PublisherPool __exit__ test
|
14 년 전 |
utils
|
c4e3fd3474
import utils now supports the package keyword for relative imports
|
14 년 전 |
worker
|
6d4813a9d0
Adds the current worker `hostname` to the task context. Closes #460
|
14 년 전 |
__init__.py
|
25f5e1bf99
Bumps version to 2.3.1
|
14 년 전 |
beat.py
|
1149df44e2
2to3 rewrites obj.next() to next(obj) even if not an iterator
|
14 년 전 |
conf.py
|
d328ac4e44
BROKER_TRANSPORT is now preferred over BROKER_BACKEND
|
14 년 전 |
datastructures.py
|
2700e0f1a4
Infinite recursion error.
|
14 년 전 |
decorators.py
|
c3e0ed81ad
Updated copyright statements to include 2011
|
14 년 전 |
exceptions.py
|
156c8edb02
Cosmetics and cleanup
|
14 년 전 |
local.py
|
1dfe6d0d54
Remove 2.4 workarounds
|
14 년 전 |
log.py
|
e43ecfb5fd
redirect_stdouts_to_logger now supports stdout+stderr argument to select which outs to redirect
|
14 년 전 |
messaging.py
|
156c8edb02
Cosmetics and cleanup
|
14 년 전 |
platforms.py
|
d16c9061db
PEP8ify + pyflakes
|
14 년 전 |
registry.py
|
154431f2c4
Fixes typo kill -> _kill
|
14 년 전 |
result.py
|
dc6caecdd3
ResultSet.iterate did not actually yield results as they finish. This fixes that, but can result in strain when polling resources. It is about time we implemented iter_native for databases. Closes #459
|
14 년 전 |
routes.py
|
1dfe6d0d54
Remove 2.4 workarounds
|
14 년 전 |
schedules.py
|
1dfe6d0d54
Remove 2.4 workarounds
|
14 년 전 |
signals.py
|
466b0f69cb
Documents the setup_logging signal
|
14 년 전 |
states.py
|
c3e0ed81ad
Updated copyright statements to include 2011
|
14 년 전 |