'classification', '--tries' => 3, ]; if ($this->option('once')) { $options['--once'] = true; } else { $options['--stop-when-empty'] = true; } return $this->call('queue:work', $options); } }