SyncOpenBooks

This commit is contained in:
Benjamin Takats
2023-01-25 22:17:23 +01:00
parent a9f350c2e2
commit 113d7eda4f

View File

@@ -27,9 +27,9 @@ class Kernel extends ConsoleKernel
$schedule->call(new PruneStaleAttachments)
->daily();
$schedule->command(SyncOpenBooks::class)
->dailyAt('23:00');
->dailyAt('04:00');
$schedule->command(ReadAndSyncPodcastFeeds::class)
->dailyAt('23:30');
->dailyAt('04:30');
}
/**