1
0
Fork 0

Update FailedJobGC command, change scheduled time to not conflict with daily backups

This commit is contained in:
Daniel Supernault 2020-01-28 23:18:12 -07:00
parent 2a64f99a29
commit c40cdb6d8a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class Kernel extends ConsoleKernel
->hourly();
$schedule->command('horizon:snapshot')->everyFiveMinutes();
$schedule->command('story:gc')->everyFiveMinutes();
$schedule->command('gc:failedjobs')->daily();
$schedule->command('gc:failedjobs')->dailyAt(3);
}
/**