mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update FailedJobGC command, change scheduled time to not conflict with daily backups
This commit is contained in:
parent
2a64f99a29
commit
c40cdb6d8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue