setCallBefore(function (Job $job) use ($input,$io) { $io->writeln("Running {$job->job}"); (new Hypervisor($this->getName(), $input->getOptions())) ->ping(); }); $queue->process(); } }