option('max'); $processed = $service->processPendingFromRedis($max); if ($this->getOutput()->isVerbose()) { $this->info("Processed {$processed} artwork-stat delta(s) from Redis."); } return self::SUCCESS; } }