jobManager = $jobManager; $this->config = $config; } public function run(): void { $limit = $this->config->get('jobQ1MaxPortion', 500); $this->jobManager->processQueue('q1', $limit); } }