jobManager = $jobManager; $this->config = $config; } public function run(): void { $limit = $this->config->get('jobE0MaxPortion', 100); $this->jobManager->processQueue('e0', $limit); } }