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

pull/1973/head
Daniel Supernault 6 years ago
parent 2a64f99a29
commit c40cdb6d8a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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);
}
/**

Loading…
Cancel
Save