1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

feat: linter

This commit is contained in:
Christy Jacob 2023-02-06 15:30:21 +05:30
parent 38d7401aa9
commit 4672b31685

View file

@ -152,7 +152,7 @@ class Hamster extends Action
$interval = (int) App::getEnv('_APP_USAGE_AGGREGATION_INTERVAL', '30'); // 30 seconds (by default)
Console::loop(function () use ($register, $pools, $cache, $dbForConsole, $interval) {
$now = date('d-m-Y H:i:s', time());
Console::info("[{$now}] Getting Cloud Usage Stats every {$interval} seconds");
$loopStart = microtime(true);