feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
76 changed files with 491 additions and 2507 deletions
Showing only changes of commit 5ab94e7b2d - Show all commits

View File

@ -37,6 +37,8 @@ class BaseLoop extends Console\Command\Command
foreach ($commands as $command) { foreach ($commands as $command) {
$this->runCommand($input, $output, $command); $this->runCommand($input, $output, $command);
} }
unset($commands);
memory_reset_peak_usage();
$this->waitNextTimeout($output, $start); $this->waitNextTimeout($output, $start);
} }
return self::SUCCESS; return self::SUCCESS;