Ionel Cristian Mărieș 08053457e9 Added workhorse tests (incomplete). 11 years ago
..
app 39b823b317 flakes 11 years ago
apps 3eafba5a49 Ability to use one log file per child process using format keys %i/%I 11 years ago
backends 59fa886071 Cosmetics for #1736 11 years ago
bin 746b94ae15 Merge branch '3.1' of github.com:celery/celery into 3.1 11 years ago
concurrency 15bb022fba Raise more helpful exception if signalfd is not installed. Switch to relative imports. 11 years ago
contrib 22986f2209 flakes 11 years ago
events d85963dc2f Substantial drift is now logged only once per node name (Issue #1802) 11 years ago
fixups 70a568c353 Fixes compatibility with Django 1.7. Closes #1850 11 years ago
loaders be782f2363 Make sure autodiscover_tasks is iterable. Closes #1797 11 years ago
security 8842b6964d Pyopenssl does not work well on Python3 (requires string object but signatures are not valid utf-8) 11 years ago
task 3dae6a7666 Task.bin: Must not copy backend from app, task.backend is now instead a property. Closes #1821 11 years ago
tests 08053457e9 Added workhorse tests (incomplete). 11 years ago
utils c353c804f1 Fix issue with timer starting after stop() is called. Now it doesn't start in this situation. 11 years ago
worker 4d71c3c9e4 Pidbox now always sets accept encoding to json only. Closes #1870 11 years ago
__init__.py 641119fa99 Bumps version to 3.1.10 and renders README.rst 11 years ago
__main__.py 0bd26157dc Do not apply eventlet/gevent patches to celery multi. Closes #1717 11 years ago
_state.py 99709a9714 Fix _set_task_join_will_block to actually use argument. 11 years ago
beat.py 9d026fa051 Beat: Do not attempt to upgrade a recently created db. Closes #1923 11 years ago
bootsteps.py 98311d14f1 ConsumerStep: Requirements must be in fqdn 11 years ago
canvas.py 39b823b317 flakes 11 years ago
datastructures.py a0057bed68 Makes inspect.getargs(@task(x)) work. Issue #1833 11 years ago
exceptions.py 5ec54631ec Use numbers module 11 years ago
five.py 0dbc9b8439 Py3 tests and flakes 11 years ago
local.py e63af21d93 Fixes typo 11 years ago
platforms.py 5ec54631ec Use numbers module 11 years ago
result.py 633f80dc68 AsyncResult now has its own cache so MAX_CACHED_RESULTS can be completely disabled 11 years ago
schedules.py 5ec54631ec Use numbers module 11 years ago
signals.py a65b6748af app.autodiscover_tasks is now lazy 11 years ago
states.py e0b4a305e0 Optimizations for events.state 11 years ago