laravel-queue-rabbitmq icon indicating copy to clipboard operation
laravel-queue-rabbitmq copied to clipboard

Heartbeat issue: "Missed server heartbeat"

Open Christophvh opened this issue 3 years ago • 0 comments

  • Laravel/Lumen version: 7
  • RabbitMQ version: 3.8.5
  • Package version: 10

Hi, thanks for the work on the package. I keep getting this error message:

development.ERROR: Missed server heartbeat {"exception":"[object] (PhpAmqpLib\Exception\AMQPHeartbeatMissedException(code: 0): Missed server heartbeat at vendor/php-amqplib/php-amqplib/PhpAmqpLib/Wire/IO/AbstractIO.php:154)

I tried adding the option 'heartbeat => 15' to the queue array in rabbitMQ config. But the problem still occurs.

Christophvh avatar Apr 13 '21 08:04 Christophvh