yii2-command-bus
yii2-command-bus copied to clipboard
Command Bus for Yii2
Hello, Thanks for this command bus. I'm Trying to use the following syntax: ```php Yii::$app->commandBus->locator->addHandler('app\handlers\SomeHandler', 'app\commands\SomeCommand'); ``` And I've got that error: ```php Error: Argument 1 passed to trntv\bus\locators\ClassNameLocator::addHandler() must...
yii\base\ErrorException: proc_open(): unable to create pipe Too many open files in @vendor/symfony/process/Process.php:303
I needed to run 3 background commands in async mode and then wait in controller for all of them to finish So far I found example of running in serially...
Hi trntv as mentioned in https://github.com/trntv/yii2-command-bus/issues/12 id had issues with the log in queued background commands. The log was either only flushed after the default exportInterval of 1000. And you...