Async publisher is generating a lot of errors in rabbitmq logs
in /var/log/rabbit@resif-mq.log
2024-12-11 16:29:08.694301+01:00 [error] <0.15935857.0> closing AMQP connection <0.15935857.0> (129.88.201.74:26745 -> 129.88.201.57:5672, duration: '3M, 0s'):
2024-12-11 16:29:08.694301+01:00 [error] <0.15935857.0> missed heartbeats from client, timeout: 60s
2024-12-11 16:30:02.939223+01:00 [error] <0.15936111.0> closing AMQP connection <0.15936111.0> (129.88.220.134:27580 -> 129.88.201.57:5672, duration: '3M, 0s'):
2024-12-11 16:30:02.939223+01:00 [error] <0.15936111.0> missed heartbeats from client, timeout: 60s
2024-12-11 16:31:10.728198+01:00 [info] <0.15991954.0> accepting AMQP connection 129.88.201.74:9928 -> 129.88.201.57:5672
2024-12-11 16:31:10.730147+01:00 [info] <0.15991954.0> connection 129.88.201.74:9928 -> 129.88.201.57:5672: user 'integrator' authenticated and granted access to vhost 'production'
2024-12-11 16:32:04.970770+01:00 [info] <0.15992195.0> accepting AMQP connection 129.88.220.134:50262 -> 129.88.201.57:5672
2024-12-11 16:32:04.972688+01:00 [info] <0.15992195.0> connection 129.88.220.134:50262 -> 129.88.201.57:5672: user 'integrator' authenticated and granted access to vhost 'staging'
2024-12-11 16:33:41.646899+01:00 [info] <0.15992402.0> accepting AMQP connection 129.88.201.70:40148 -> 129.88.201.57:5672
... every 5 minutes.
Would it be possible to close connections explicitely so that those errors won't show ?
Edited by Simon Panay