Hi, is there anyway to get windows support for multiple workers? Currently, I can only do php index.php queue/my_worker single which only launces a single worker, so if I have multiple jobs in the queue, only one of them will be executed at a single time.
Not really an issue but is there anyway to be able to have windows support the listen or launch command? I'm willing to contribute given some guidance if necessary.
Hi, is there anyway to get windows support for multiple workers? Currently, I can only do
php index.php queue/my_worker singlewhich only launces a single worker, so if I have multiple jobs in the queue, only one of them will be executed at a single time.Not really an issue but is there anyway to be able to have windows support the
listenorlaunchcommand? I'm willing to contribute given some guidance if necessary.