ostark / craft-async-queue

Async Queue Handler for Craft 3 and 4
MIT License
93 stars 7 forks source link

IIS Environment #24

Closed brianjhanson closed 4 years ago

brianjhanson commented 4 years ago

We have a client attempting to run this in an IIS environment. Does this plugin support those environments?

ostark commented 4 years ago

@brianjhanson I guess it does not work out of the box, but you can adjust the command execution using this event: https://github.com/ostark/craft-async-queue#events

use something like START /B DRIVE:\path\to\php.exe {$event->commandLine}

brianjhanson commented 4 years ago

Thanks for the response @ostark! I suspected as much but just wanted confirmation. Thanks for the great plugin either way!