should work :)

This commit is contained in:
ayntk-ai 2024-08-06 11:47:48 +02:00
parent fd36e143e0
commit a426c00a03
No known key found for this signature in database

View File

@ -39,6 +39,7 @@ protected function schedule(Schedule $schedule): void
$schedule->job(new CleanupInstanceStuffsJob)->everyMinute()->onOneServer();
$schedule->job(new PullTemplatesFromCDN)->cron($settings->update_check_frequency)->onOneServer();
// Server Jobs
$this->check_scheduled_backups($schedule);
$this->checkResourcesNew($schedule);
// $this->check_resources($schedule);
$this->check_scheduled_tasks($schedule);