jobManager = $jobManager; $this->config = $config; } public function run(): void { $limit = $this->config->get('jobQ0MaxPortion', 200); $this->jobManager->processQueue('q0', $limit); } }