This commit is contained in:
Andras Bacsai 2023-10-10 15:36:06 +02:00
parent 0775074509
commit a71cf5bc66

View File

@ -32,7 +32,6 @@ protected function schedule(Schedule $schedule): void
$schedule->command('horizon:snapshot')->everyFiveMinutes();
$schedule->job(new CleanupInstanceStuffsJob)->everyTwoMinutes()->onOneServer();
$schedule->job(new CheckResaleLicenseJob)->hourly()->onOneServer();
// $schedule->job(new DockerCleanupJob)->everyTenMinutes()->onOneServer();
$this->instance_auto_update($schedule);
$this->check_scheduled_backups($schedule);
$this->check_resources($schedule);