From 20eef7be6a90f3fb0d29c2944e1d36ccfeed1d7a Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Tue, 3 Mar 2026 13:25:31 +0000 Subject: [PATCH 1/2] Document alert firing after RMQ queue migrations --- doc/source/operations/upgrading-openstack.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/operations/upgrading-openstack.rst b/doc/source/operations/upgrading-openstack.rst index 803d1e15bf..037f824c78 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -314,6 +314,14 @@ Then execute the migration script: $KAYOBE_CONFIG_PATH/../../tools/rabbitmq-queue-migration.sh +.. note:: + + After migrating to durable queues, messages are sent to all receivers, but + only one will respond. This results in high numbers of messages staying in + the ready state, so the Prometheus alert RabbitMQTooMuchReady will start + firing. This alert can be ignored, and will be removed when Prometheus is + reconfigured. + RabbitMQ Upgrade ~~~~~~~~~~~~~~~~ From 56224c8d4a26a5e4b9018330a32e32ed8fec64c8 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Sun, 8 Mar 2026 10:00:29 +0100 Subject: [PATCH 2/2] Apply suggestion from @Alex-Welsh Co-authored-by: Alex Welsh <112560678+Alex-Welsh@users.noreply.github.com> --- doc/source/operations/upgrading-openstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/operations/upgrading-openstack.rst b/doc/source/operations/upgrading-openstack.rst index 037f824c78..beac3f0e04 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -318,7 +318,7 @@ Then execute the migration script: After migrating to durable queues, messages are sent to all receivers, but only one will respond. This results in high numbers of messages staying in - the ready state, so the Prometheus alert RabbitMQTooMuchReady will start + the ready state, so the Prometheus alert ``RabbitMQTooMuchReady`` will start firing. This alert can be ignored, and will be removed when Prometheus is reconfigured.