cronManager = $cronManager; $this->config = $config; } public function run() { $limit = $this->config->get('jobQ1MaxPortion', 500); $this->cronManager->processPendingJobs('q1', $limit, true, true); } }