1 parent 1723551 commit 313a5f2Copy full SHA for 313a5f2
1 file changed
app/Console/Kernel.php
@@ -64,6 +64,7 @@ protected function schedule(Schedule $schedule): void
64
$schedule->command('games:refresh-feedless', ['--all'])->dailyAt('06:00')->withoutOverlapping();
65
$schedule->command('games:update-watchlist')->dailyAt('00:00')->withoutOverlapping();
66
$schedule->command('games:process-screenshots', ['--all'])->dailyAt('03:00')->withoutOverlapping();
67
+ $schedule->command('games:process-thumbnails', ['--all'])->dailyAt('04:00')->withoutOverlapping();
68
$schedule->command('game-jams:fetch-details')->hourly()->withoutOverlapping();
69
$schedule->command('fix:characters')->weekly()->sundays()->at('03:00')->withoutOverlapping();
70
0 commit comments