laravel-queue-rabbitmq
laravel-queue-rabbitmq copied to clipboard
Heartbeat issue: "Missed server heartbeat"
- 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.