option('after-id')); $batch = max(1, min((int) $this->option('batch'), 1000)); $force = (bool) $this->option('force'); BackfillArtworkEmbeddingsJob::dispatch($afterId, $batch, $force); $this->info("Queued artwork embedding backfill (after_id={$afterId}, batch={$batch}, force=" . ($force ? 'yes' : 'no') . ').'); return self::SUCCESS; } }