Skip to content

Commit

Permalink
[Fix celery#6361] Fixing documentation for RabbitMQ task_queue_ha_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
safwanrahman authored and auvipy committed Oct 19, 2020
1 parent b50b178 commit 76596a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2122,8 +2122,8 @@ Or you can give it a list of nodes to replicate to:
task_queue_ha_policy = ['rabbit@host1', 'rabbit@host2']
Using a list will implicitly set ``x-ha-policy`` to 'nodes' and
``x-ha-policy-params`` to the given list of nodes.
Using a list will implicitly set ``ha-mode`` to 'nodes' and
``ha-params`` to the given list of nodes.
See http://www.rabbitmq.com/ha.html for more information.
Expand Down

0 comments on commit 76596a1

Please sign in to comment.