We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff7177 commit caa9063Copy full SHA for caa9063
docs/configuration.rst
@@ -696,15 +696,12 @@ becomes::
696
w1.example.com.dq
697
698
Then you can route the task to the task by specifying the hostname
699
-as the routung key and the ``C.dq`` exchange::
+as the routing key and the ``C.dq`` exchange::
700
701
CELERY_ROUTES = {
702
'tasks.add': {'exchange': 'C.dq', 'routing_key': 'w1.example.com'}
703
}
704
705
-This setting is mandatory if you want to use the ``move_to_worker`` features
706
-of :mod:`celery.contrib.migrate`.
707
-
708
.. setting:: CELERY_CREATE_MISSING_QUEUES
709
710
CELERY_CREATE_MISSING_QUEUES
0 commit comments