Ask Solem ad82f86ee4 Test fixes 13 lat temu
..
app 2ca3ec7bba Adds a pool argument to celery.default_connection, which if set to False means that the pool won't be used to create a new connection 13 lat temu
apps 34ee380c2c Adds CELERY_WORKER_DIRECT option which adds a dedicated queue for each worker, so that tasks can be routed to specific workers. 13 lat temu
backends 2e0d7293a1 2.6 is now Celery 3.0 (Chiastic Slide) 13 lat temu
bin aa12fb4b24 Migrate: adds move_tasks and move_task_by_id, tools to move tasks from one queue to another 13 lat temu
concurrency c16c0fed24 Module celery.state renamed -> celery._state 13 lat temu
contrib f8654b293b Migrate: Can now move tasks to specific workers if CELERY_WORKER_DIRECT=True 13 lat temu
events 6b1ef78d21 event state: show more task info 13 lat temu
loaders 1c561fdb43 Keep lowercase configuration 13 lat temu
security 566c4da7b4 Use ' instead of " 13 lat temu
task a8d4123253 Task classes inheriting 'from celery import Task' should not use accept_magic_kwargs 13 lat temu
tests ad82f86ee4 Test fixes 13 lat temu
utils 34ee380c2c Adds CELERY_WORKER_DIRECT option which adds a dedicated queue for each worker, so that tasks can be routed to specific workers. 13 lat temu
worker f8119b329f Merge branch '3.0' 13 lat temu
__compat__.py 9372cc73c7 Renames app.broker_connection -> app.connection 13 lat temu
__init__.py 2e5a84930e master is now 3.1.0a1 13 lat temu
_state.py cea68a0e54 chord(group()) now works properly, and subtask proxies are now immutable 13 lat temu
beat.py cc778116b9 Reset beat schedule to upgrade to UTC. Closes #844 13 lat temu
canvas.py f75c35595f Render README 13 lat temu
datastructures.py 566c4da7b4 Use ' instead of " 13 lat temu
exceptions.py 2e0d7293a1 2.6 is now Celery 3.0 (Chiastic Slide) 13 lat temu
local.py 566c4da7b4 Use ' instead of " 13 lat temu
platforms.py 566c4da7b4 Use ' instead of " 13 lat temu
result.py cac77d6e8b Removes igroup/ichord, use group(.si()) instead. 13 lat temu
schedules.py e8f3b09c14 celery.schedules now works with timezone aware datetime's 13 lat temu
signals.py be1e391c41 Adds signal: celeryd_after_setup 13 lat temu
states.py 566c4da7b4 Use ' instead of " 13 lat temu