mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-30 16:20:53 +00:00
feat: cleanup unreachable servers
This commit is contained in:
@@ -36,6 +36,7 @@ class Kernel extends ConsoleKernel
|
||||
} else {
|
||||
// Instance Jobs
|
||||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||
// $schedule->command('cleanup:unreachable-servers')->daily();
|
||||
$schedule->job(new CleanupInstanceStuffsJob)->everyTwoMinutes()->onOneServer();
|
||||
// $schedule->job(new CheckResaleLicenseJob)->hourly()->onOneServer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user