We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96918c2 + 7ea17ce commit 16d8c81Copy full SHA for 16d8c81
dj_cqrs/transport/rabbit_mq.py
@@ -73,7 +73,7 @@ def consume(cls, cqrs_ids=None):
73
exceptions.ChannelError,
74
exceptions.ReentrancyError,
75
gaierror):
76
- logger.error('AMQP connection error. Reconnecting...', exc_info=True)
+ logger.warning('AMQP connection error. Reconnecting...', exc_info=True)
77
time.sleep(cls.CONSUMER_RETRY_TIMEOUT)
78
finally:
79
if connection and not connection.is_closed:
0 commit comments