mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
disable license check for now
This commit is contained in:
parent
aab122d97e
commit
b9a37233a2
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Kernel extends ConsoleKernel
|
|||
// Instance Jobs
|
||||
$schedule->command('horizon:snapshot')->everyFiveMinutes();
|
||||
$schedule->job(new CleanupInstanceStuffsJob)->everyTwoMinutes()->onOneServer();
|
||||
$schedule->job(new CheckResaleLicenseJob)->hourly()->onOneServer();
|
||||
// $schedule->job(new CheckResaleLicenseJob)->hourly()->onOneServer();
|
||||
|
||||
// Server Jobs
|
||||
$this->instance_auto_update($schedule);
|
||||
|
|
|
|||
Loading…
Reference in a new issue