Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

swist's avatar
Level 11

Forges queue crashes from time to time

Hi guys,

I have 2 servers (+ Load Balancer). From time to time the queue stops working. When I hit refresh button in forge all previous jobs are executed and everything work correct again for 5-15 days. This is the button:

forges button

Connection = redis, default configuration (not as a deamon). Do you have an idea how to fix this?

Maybe scheduler job can reset it one or twice a day? If that is good idea what is the terminal command to reset queue worker?

0 likes
2 replies
bobbybouwmann's avatar

In general, your queue shouldn't stop working at all. That's why setting it as a daemon is important as well ;)

Anyway, you can indeed run a command to restart the queue if needed.

swist's avatar
Level 11

Okay, I will try to set it up as a daemon.

Please or to participate in this conversation.