refactor: Remove unused PullCoolifyImageJob from schedule

This commit is contained in:
Andras Bacsai 2024-08-26 15:39:02 +02:00
parent 182ddeefcb
commit a03dc8ea5e

View File

@ -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);