hm
This commit is contained in:
parent
81de9ff39e
commit
fde7790680
@ -18,7 +18,7 @@ protected function schedule(Schedule $schedule): void
|
|||||||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||||
|
|
||||||
$schedule->job(new InstanceDockerCleanupJob)->everyFiveMinutes();
|
$schedule->job(new InstanceDockerCleanupJob)->everyFiveMinutes();
|
||||||
$schedule->job(new InstanceAutoUpdateJob)->everyFifteenMinutes();
|
// $schedule->job(new InstanceAutoUpdateJob)->everyFifteenMinutes();
|
||||||
$schedule->job(new InstanceProxyCheckJob)->everyMinute();
|
$schedule->job(new InstanceProxyCheckJob)->everyMinute();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user