Skip to content

Commit

Permalink
move_to_worker no longer exists. Closes celery#1362
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed May 14, 2013
1 parent 8ff7177 commit caa9063
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -696,15 +696,12 @@ becomes::
w1.example.com.dq

Then you can route the task to the task by specifying the hostname
as the routung key and the ``C.dq`` exchange::
as the routing key and the ``C.dq`` exchange::

CELERY_ROUTES = {
'tasks.add': {'exchange': 'C.dq', 'routing_key': 'w1.example.com'}
}

This setting is mandatory if you want to use the ``move_to_worker`` features
of :mod:`celery.contrib.migrate`.

.. setting:: CELERY_CREATE_MISSING_QUEUES

CELERY_CREATE_MISSING_QUEUES
Expand Down

0 comments on commit caa9063

Please sign in to comment.