feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
236 changed files with 746 additions and 8431 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);
}
}