RabbitMQ: handle partitions automatically
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2b775a8a25
commit
eebab27357
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
||||||
'rabbit@rabbitmq03{{env_suffix}}.phx2.fedoraproject.org'],
|
'rabbit@rabbitmq03{{env_suffix}}.phx2.fedoraproject.org'],
|
||||||
disc}},
|
disc}},
|
||||||
|
|
||||||
|
%% How to respond to cluster partitions.
|
||||||
|
%% Related doc guide: https://www.rabbitmq.com/partitions.html
|
||||||
|
{cluster_partition_handling, pause_minority},
|
||||||
|
|
||||||
%% And some general config
|
%% And some general config
|
||||||
{log_levels, [{connection, none}]},
|
{log_levels, [{connection, none}]},
|
||||||
{default_user_tags, [administrator]},
|
{default_user_tags, [administrator]},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue