oslo.messaging/oslo_messaging/notify
Balazs Gibizer 7b3968d9b0 [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: Id4ccafc95314c86ae918336e42cca64a6acd4d94
2022-01-12 12:22:55 +01:00
..
__init__.py batch notification listener 2015-12-08 09:14:20 +01:00
_impl_log.py Revert "Ensure the json result type is bytes on Python 3" 2016-03-11 09:00:08 +00:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py Remove the oslo_utils.fnmatch 2021-05-11 01:02:11 +00:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Remove six usage 2020-05-11 10:21:58 +02:00
filter.py Remove six usage 2020-05-11 10:21:58 +02:00
listener.py Update hacking for Python3 2020-03-30 13:49:29 +00:00
log_handler.py Option group for notifications 2015-11-30 19:30:05 +00:00
logger.py drop topic keyword from Notifier 2017-02-27 14:13:11 +00:00
messaging.py [rabbit] use retry parameters during notification sending 2022-01-12 12:22:55 +01:00
middleware.py Remove log translation and i18n 2019-04-24 11:55:38 +02:00
notifier.py Remove six usage 2020-05-11 10:21:58 +02:00