This incident type occurs when the ratio of unacknowledged to acknowledged messages in a RabbitMQ queue is higher than usual. This may indicate a problem in the message pipeline and requires investigation to ensure that messages are being processed properly. It is often accompanied by a query alert monitor triggered by a specific metric threshold.
Parameters
Debug
1. Check RabbitMQ status
2. Check RabbitMQ logs for errors
3. Check RabbitMQ queue metrics
4. Check for network issues or latency
5. Check for disk space issues on RabbitMQ server
6. Check for CPU and memory usage on RabbitMQ server
7. Check for any process that may be blocking RabbitMQ
8. Check for any RabbitMQ plugins that may be causing issues
9. Check RabbitMQ configuration files for errors
10. Check for any network configurations that may be causing issues
Repair
Increase the resources allocated to RabbitMQ, such as increasing server memory or CPU, to improve its processing capacity.
Check the RabbitMQ configuration settings to ensure that the message queue is properly configured and optimized for the volume of messages being processed.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.