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