def on_consume_end(self, connection, channel): # pragma: no cover
"""
Called when the service stops consuming.
:param connection: The current connection instance.
:type connection: kombu.Connection
:param channel: The current channel.
:type channel: kombu.transport.*.Channel
"""
self.logger.warn('Consuming has ended')
评论列表
文章目录