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