refactor: Remove unused PullCoolifyImageJob from schedule
This commit is contained in:
parent
182ddeefcb
commit
a03dc8ea5e
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ protected function schedule(Schedule $schedule): void
|
|||
// Instance Jobs
|
||||
$schedule->command('horizon:snapshot')->everyMinute();
|
||||
$schedule->job(new CleanupInstanceStuffsJob)->everyMinute()->onOneServer();
|
||||
$schedule->job(new PullCoolifyImageJob)->cron($settings->update_check_frequency)->timezone($settings->instance_timezone)->onOneServer();
|
||||
// Server Jobs
|
||||
$this->check_scheduled_backups($schedule);
|
||||
$this->check_resources($schedule);
|
||||
|
|
|
|||
Loading…
Reference in a new issue