dfoderick/fullcycle

pika.exceptions.ConnectionClosed

Opened this issue · 0 comments

Issue: Full Cycle stops responding to events. The following error is logged.

2018-06-05 17:20:21,265 ERROR when_monitor.py: <class 'pika.exceptions.ConnectionClosed'>:576:The AMQP connection was closed (-1) ConnectionResetError(104, 'Connection reset by peer')

Workaround: Enter the following commands: fcmstop, rabbitstop, rabbitstart, fcmstart

This should be addressed in next version. If the connection closes then there needs to be a process that attempts to re-establish the connection. The issue needs research to see why the rabbitmq connection is getting closed.