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

6acypman's avatar

Workers concurrency

I have a parsing job that is started by custom artisan command and I runed it 3 times for concurecy with deamon workers. So I have 3 workers working at a time, but now I can't run any more. When I run any artisan command it just freeze. What is the reason for that, where is the limit?

0 likes
5 replies
6acypman's avatar

I don't use it. It should be the limit somewhere in settings, but I can't figure out where.

Talinon's avatar

If you're dealing with multiple processes, you should especially consider using it. It gives you more options and flexibility.

1 like
BillRiess's avatar

How are your daemon workers setup/running? As @talinon said, Supervisor would be the ideal solution.

6acypman's avatar

they now setup though queue:work --deamon

Please or to participate in this conversation.