Ask Solem 8d072e3214 Fixes mongodb backend error. Closes #1303 12 年 前
..
app afd7840cab Include platform in worker startup banner 12 年 前
apps afd7840cab Include platform in worker startup banner 12 年 前
backends 8d072e3214 Fixes mongodb backend error. Closes #1303 12 年 前
bin 458deddbf8 celery inspect|status|control now shows error if SQL transport used 12 年 前
concurrency b30de63d07 Windows/execv: Import modules before calling log setup. 12 年 前
contrib f4bb56fe23 Fix rdb when sockets default to nonblocking 12 年 前
events 4c682b570d Adds setting CELERY_ACCEPT_CONTENT: A whitelist of serializers/content-types to accept 12 年 前
loaders 2bf5b4eb0b map -> listcomp 12 年 前
security 30e821b1bd Fixes syntax error 12 年 前
task 1ccbb6df42 task_failure signals should receive real traceback object 12 年 前
tests afd7840cab Include platform in worker startup banner 12 年 前
utils 9c94c55376 Python3 fixes. Closes #1107 12 年 前
worker 9c94c55376 Python3 fixes. Closes #1107 12 年 前
__compat__.py 9c94c55376 Python3 fixes. Closes #1107 12 年 前
__init__.py d1470092cf Bumps version to 3.0.18 12 年 前
__main__.py 39cfdafb7c Use compat __main__ entrypoints for multi and beat as well 12 年 前
_state.py 978db4c8d8 :envvar:`C_STRICT_APP` now outputs traceback to stderr if something falls back to current_app 12 年 前
beat.py 30dc635e21 Do not emit backend_cleanup periodic task for backends with autoexpire. Closes #1031 12 年 前
canvas.py d9ef7e571a Cosmetics 12 年 前
datastructures.py 208747a594 celery.conf.add_defaults now supports adding non-Mapping objects 12 年 前
exceptions.py e8515ed7c5 Defines what happens when a chord task fails. Closes #1172 12 年 前
local.py 9c94c55376 Python3 fixes. Closes #1107 12 年 前
platforms.py 803655b79c HUP now closes all open files before execv. Closes #1270 12 年 前
result.py 7433565909 new flakes in flake8 2 12 年 前
schedules.py e98e43b3b3 repr of crontab field int(0) should be 0 not *. Closes #972 12 年 前
signals.py d718d27d25 Implements new task_retry signal. Closes #1169 12 年 前
states.py 46ab71ff74 Tasks can now raise celery.exceptions.Ignore to not update any state 12 年 前