Go to file
Arnaud Morin ecef670efc Do not delete queues on error
When a queue is in error, we used to delete the faulty queue.
The problem with that code is that under heavy load, for queues that are
shared accross agents, this could fail in a loop and never recover.

Agent A detect the queue is broken:
it delete the queue and then recreate

In the meantime, Agent B detect the same thing:
it delete the queue and then recreate as well.

Now imagine this with more than 3k agents...

Change-Id: I762bf2839482ee06c5b2fc9fa50f38f5542cbe99
Closes-bug: #2133389
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
2026-01-09 13:42:35 +00:00
2025-01-31 19:07:16 +00:00
2015-09-24 18:11:22 +08:00
2025-01-31 19:07:16 +00:00
2019-04-19 19:31:51 +00:00
2018-07-04 08:33:49 +07:00
2024-12-12 11:19:29 +09:00
2024-11-16 22:59:49 +09:00
2025-04-29 22:46:04 +00:00
2025-10-14 22:24:07 +09:00
2020-02-10 18:33:15 +01:00

Oslo Messaging Library

image

Latest Version

Downloads

The Oslo messaging API supports RPC and notifications over a number of different messaging transports.

Description
OpenStack library for messaging
Readme 37 MiB
Languages
Python 99.8%
Shell 0.2%