Skip to content

Commit caa9063

Browse files
committed
move_to_worker no longer exists. Closes celery#1362
1 parent 8ff7177 commit caa9063

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/configuration.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -696,15 +696,12 @@ becomes::
696696
w1.example.com.dq
697697

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

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

705-
This setting is mandatory if you want to use the ``move_to_worker`` features
706-
of :mod:`celery.contrib.migrate`.
707-
708705
.. setting:: CELERY_CREATE_MISSING_QUEUES
709706

710707
CELERY_CREATE_MISSING_QUEUES

0 commit comments

Comments
 (0)