feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
177 changed files with 609 additions and 7712 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