Level 61
How much are you paying for that shared hosting? I bet you that for almost the same price you can get a VPS.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.
Please or to participate in this conversation.