More detail
This commit is contained in:
@ -47,6 +47,7 @@ class Queue extends Command
|
||||
{
|
||||
$this->logger->debug("Getting jobs");
|
||||
$jobs = $this->jobService->getPending();
|
||||
$this->logger->debug("Found " . count($jobs) . " jobs");
|
||||
return array_column($jobs, 'id');
|
||||
}
|
||||
protected function runJobs(Console\Output\OutputInterface $output, array $jobs): int
|
||||
|
Reference in New Issue
Block a user