浏览代码

move_to_worker no longer exists. Closes #1362

Ask Solem 12 年之前
父节点
当前提交
caa906338e
共有 1 个文件被更改,包括 1 次插入4 次删除
  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