jobList->getJobsIterator(SynchronousBackgroundJob::class, 1, 0); foreach ($job_iter as $job) { $job->start($this->jobList); } } return $response; } }