remote monitor (#167)

This commit is contained in:
Saeed Vaziry
2024-04-17 16:03:06 +02:00
committed by GitHub
parent 0cd815cce6
commit d07e9bcad2
20 changed files with 250 additions and 7 deletions

View File

@ -17,6 +17,7 @@ protected function schedule(Schedule $schedule): void
$schedule->command('backups:run "0 0 * * 0"')->weekly();
$schedule->command('backups:run "0 0 1 * *"')->monthly();
$schedule->command('metrics:delete-older-metrics')->daily();
$schedule->command('metrics:get')->everyMinute();
}
/**