You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use haigha.connections.rabbit_connection.RabbitConnection class to get connection instance. I have almost 100% CPU usage (with no messages in queues) when the following conditions are True:
there is no close_cb specified to connection
I try to self._channel.basic.consume(queue='bad_queue', consumer=self._consume) and bad_queue not in RabbitMQ in this moment
The text was updated successfully, but these errors were encountered:
I use
haigha.connections.rabbit_connection.RabbitConnection
class to get connection instance. I have almost 100% CPU usage (with no messages in queues) when the following conditions are True:close_cb
specified to connectionself._channel.basic.consume(queue='bad_queue', consumer=self._consume)
andbad_queue
not in RabbitMQ in this momentThe text was updated successfully, but these errors were encountered: