fix: proxy start process

This commit is contained in:
Andras Bacsai
2023-10-17 19:00:23 +02:00
parent 59c5b22e6c
commit 6071412986
9 changed files with 40 additions and 23 deletions

View File

@@ -28,6 +28,7 @@ class Kernel extends ConsoleKernel
// $this->check_scheduled_backups($schedule);
$this->check_resources($schedule);
$this->cleanup_servers($schedule);
$this->check_scheduled_backups($schedule);
} else {
$schedule->command('horizon:snapshot')->everyFiveMinutes();
$schedule->job(new CleanupInstanceStuffsJob)->everyTwoMinutes()->onOneServer();