1
0
Эх сурвалжийг харах

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

Daniel Supernault 5 жил өмнө
parent
commit
c40cdb6d8a

+ 1 - 1
app/Console/Kernel.php

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