feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
288 changed files with 908 additions and 12209 deletions
Showing only changes of commit d536342425 - Show all commits

View File

@ -50,7 +50,7 @@ class BaseLoop extends Console\Command\Command
]);
$diff = $nextMinute->getTimestamp() - $start->getTimestamp();
if ($diff > 0) {
$output->writeln("Waiting {$diff} seconds...");
$this->logger->debug("Waiting {$diff} seconds...");
sleep($diff);
}
}