summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-01-12 15:29:41 +0000
committerGerrit Code Review <review@openstack.org>2022-01-12 15:29:41 +0000
commit5d165cc713a98dbd650e9e6295d7966ce2919935 (patch)
tree76dd1a861889d047608ffee7ca19ac918c6c8977 /releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml
parent5eeccdd425a7ddbeffe2ee9a97458da65bb1d82c (diff)
parent7b3968d9b012e873a9b393fcefa578c46fca18c6 (diff)
downloadoslo-messaging-5d165cc713a98dbd650e9e6295d7966ce2919935.tar.gz
Merge "[rabbit] use retry parameters during notification sending"12.12.0
Diffstat (limited to 'releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml')
-rw-r--r--releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml b/releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml
new file mode 100644
index 0000000..d3d62cb
--- /dev/null
+++ b/releasenotes/notes/bug-1917645-rabbit-use-retry-parameter-for-notifications-3f7c508ab4437579.yaml
@@ -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.