hm
This commit is contained in:
parent
81de9ff39e
commit
fde7790680
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ protected function schedule(Schedule $schedule): void
|
|||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||
|
||||
$schedule->job(new InstanceDockerCleanupJob)->everyFiveMinutes();
|
||||
$schedule->job(new InstanceAutoUpdateJob)->everyFifteenMinutes();
|
||||
// $schedule->job(new InstanceAutoUpdateJob)->everyFifteenMinutes();
|
||||
$schedule->job(new InstanceProxyCheckJob)->everyMinute();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue