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

ApexLeo's avatar

How to stop (single/All) queue workers on shared hosting

Hello Everyone, i want do ask does anyone know how can i start a queue worker in shared hosting.

i have run this command on shared hosting

$schedule->command('queue:work')->everyMinute()->name('place_order')->withoutOverlapping();

now the problem is it is continuously running on the server i want to stop this queue.

0 likes
1 reply
bugsysha's avatar

How much are you paying for that shared hosting? I bet you that for almost the same price you can get a VPS.

Please or to participate in this conversation.