setName('worker') ->setDescription('Execute queue worker') ; } protected function execute(InputInterface $input, OutputInterface $output) { $this->dispatcher->dispatch('app.bootstrap'); $this->queueManager->listen(); } }