Level 63
Laravel doesn't send any heartbeat.
I have some long-running jobs, and after a few minutes, I see logs with the following message, and my containers get restarted.
"Lost connection: Missed server heartbeat."
Does Laravel send heartbeats when a job is being processed, or do I need to increase my rabbitmq.options.heartbeat to a value higher than the job duration?
Please or to participate in this conversation.