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: Id4ccafc95314c86ae918336e42cca64a6acd4d94 (cherry picked from commitchanges/69/828869/1 wallaby-em7b3968d9b0
) (cherry picked from commit3b5a0543e9
)
parent
d63173a31f
commit
5d6fd1a176
@ -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