codeigniter-queue-worker icon indicating copy to clipboard operation
codeigniter-queue-worker copied to clipboard

Any way to accomplish windows support?

Open amiraiman opened this issue 2 years ago • 0 comments

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.

amiraiman avatar Aug 03 '23 01:08 amiraiman