If you use Supervisor, you can specify numprocs=# within the configuration:
https://laravel.com/docs/5.7/queues#supervisor-configuration
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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?
Please or to participate in this conversation.