'ai-content,ai-moderation', '--tries' => 3, '--sleep' => 1, ]; if ($this->option('once')) { $params['--stop-when-empty'] = true; $params['--max-jobs'] = 50; } else { $params['--max-time'] = (int) $this->option('max-time'); } return $this->call('queue:work', $params); } }