We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5b44c commit 56694f4Copy full SHA for 56694f4
doc/source/operations/upgrading-openstack.rst
@@ -314,6 +314,14 @@ Then execute the migration script:
314
315
$KAYOBE_CONFIG_PATH/../../tools/rabbitmq-queue-migration.sh
316
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
325
RabbitMQ Upgrade
326
~~~~~~~~~~~~~~~~
327
0 commit comments