info("Processing queue connection [{$connection}]..."); $this->call('queue:work', [ 'connection' => $connection, '--stop-when-empty' => true, '--tries' => $this->option('tries'), '--timeout' => $this->option('timeout'), '--max-jobs' => $this->option('max-jobs'), ]); return Command::SUCCESS; } }