cleanup
This commit is contained in:
parent
0775074509
commit
a71cf5bc66
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue