Php versions – How to keep queue:work running continuously in Windows Task Scheduler even when the job queue is empty?
I’m working with a Laravel project and I need to run the php artisan queue:work command continuously, even when there are no jobs in the queue. I have already set up a Windows Task Scheduler task to run the command,…