option('chunk'); $this->info("Dispatching index jobs in chunks of {$chunk}…"); $this->indexer->rebuildAll($chunk); $this->info('All jobs dispatched. Workers will process them asynchronously.'); return self::SUCCESS; } }