feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
99 changed files with 403 additions and 2862 deletions
Showing only changes of commit 352e33179c - Show all commits

View File

@ -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