amqp-client.js icon indicating copy to clipboard operation
amqp-client.js copied to clipboard

Randomly getting amqp-client connection closed Socket closed after 48+ hours of connection establishment

Open prometheus-admin opened this issue 2 years ago • 1 comments

I am randomly getting this amqp-client connection closed Socket closed This socket has been ended by the other party after 2+ days of deployment every time. Is there any way to deal with it? Can't find events on connection to re-init it when closed. Can anyone suggest a way to deal with this?

prometheus-admin avatar Nov 09 '23 23:11 prometheus-admin

Catch the exception and set up the connection again like the example on the readme?

baelter avatar Nov 13 '23 11:11 baelter