Skip to content

Commit 313a5f2

Browse files
committed
Add nightly thumbnails processing schedule
1 parent 1723551 commit 313a5f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Console/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ protected function schedule(Schedule $schedule): void
6464
$schedule->command('games:refresh-feedless', ['--all'])->dailyAt('06:00')->withoutOverlapping();
6565
$schedule->command('games:update-watchlist')->dailyAt('00:00')->withoutOverlapping();
6666
$schedule->command('games:process-screenshots', ['--all'])->dailyAt('03:00')->withoutOverlapping();
67+
$schedule->command('games:process-thumbnails', ['--all'])->dailyAt('04:00')->withoutOverlapping();
6768
$schedule->command('game-jams:fetch-details')->hourly()->withoutOverlapping();
6869
$schedule->command('fix:characters')->weekly()->sundays()->at('03:00')->withoutOverlapping();
6970

0 commit comments

Comments
 (0)