Pārlūkot izejas kodu

move_to_worker no longer exists. Closes #1362

Ask Solem 12 gadi atpakaļ
vecāks
revīzija
caa906338e
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      docs/configuration.rst

+ 1 - 4
docs/configuration.rst

@@ -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