[ 'type' => 'ParallelSuperVisor', 'parameters' => [] ], 'TaskStorage' => [ 'type' => 'ArrayTaskStorage', // For ArrayTaskStorage, first parameter is the file location of the array storage 'parameters' => [dirname(__FILE__) . DS . 'storage.php'] ], 'Executor' => [ 'type' => 'ShellExecutor', // For ShellExecutor, first parameter is the file location of the worker script 'parameters' => [dirname(__FILE__) . DS . 'bin' . DS . 'worker'] ] );