This commit is contained in:
Andras Bacsai
2023-05-26 09:45:18 +02:00
parent 6f50f857c6
commit c5a40926e3
5 changed files with 9 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ class Kernel extends ConsoleKernel
$schedule->job(new InstanceDockerCleanupJob)->everyFiveMinutes();
$schedule->job(new InstanceAutoUpdateJob)->everyFifteenMinutes();
$schedule->job(new InstanceProxyCheckJob)->everyMinute();
// Disabled for now, added oom_kill_disable: true to docker-compose.yml
// $schedule->job(new InstanceProxyCheckJob)->everyMinute();
}
/**