Skip to content

Commit 56694f4

Browse files
authored
Document alert firing after RabbitMQ queue migrations
1 parent 3e5b44c commit 56694f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,14 @@ Then execute the migration script:
314314
315315
$KAYOBE_CONFIG_PATH/../../tools/rabbitmq-queue-migration.sh
316316
317+
.. note::
318+
319+
After migrating to durable queues, messages are sent to all receivers, but
320+
only one will respond. This results in high numbers of messages staying in
321+
the ready state, so the Prometheus alert ``RabbitMQTooMuchReady`` will start
322+
firing. This alert can be ignored, and will be removed when Prometheus is
323+
reconfigured.
324+
317325
RabbitMQ Upgrade
318326
~~~~~~~~~~~~~~~~
319327

0 commit comments

Comments
 (0)