[rabbit] use retry parameters during notification sending
The rabbit backend now applies the [oslo_messaging_notifications]retry, [oslo_messaging_rabbit]rabbit_retry_interval, rabbit_retry_backoff and rabbit_interval_max configuration parameters when tries to establish the connection to the message bus during notification sending. This patch also clarifies the differences between the behavior of the kafka and the rabbit drivers in this regard. Closes-Bug: #1917645 Change-Id: Id4ccafc95314c86ae918336e42cca64a6acd4d94changes/42/819142/3
parent
1db6de63a8
commit
7b3968d9b0
@ -0,0 +1,8 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
As a fix for `bug 1917645 <https://launchpad.net/bugs/1917645>`_ the rabbit
|
||||
backend is changed to use the ``[oslo_messaging_notifications]retry``
|
||||
parameter when driver tries to connect to the message bus during
|
||||
notification sending. Before this fix the rabbit backend retried the
|
||||
connection forever blocking the caller thread.
|
Loading…
Reference in New Issue