Skip to content

Commit

Permalink
[designate] force to reconnect to rabbitmq faster
Browse files Browse the repository at this point in the history
- default of max 10 sec backoff is sometimes too much
  • Loading branch information
galkindmitrii committed Sep 9, 2024
1 parent 55c59d3 commit 1a0ea83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openstack/designate/templates/etc/_designate.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ policy_file = policy.yaml

[oslo_messaging_rabbit]
heartbeat_in_pthread = false
rabbit_interval_max = 10
rabbit_interval_max = 3
rabbit_retry_backoff = 1
kombu_reconnect_delay = 0.1
heartbeat_timeout_threshold = 15
heartbeat_rate = 3
Expand Down

0 comments on commit 1a0ea83

Please sign in to comment.