]> _ Git - pmi.git/commitdiff
wait #7804 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Oct 2025 14:00:37 +0000 (16:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 16 Oct 2025 14:00:37 +0000 (16:00 +0200)
app/Console/Kernel.php

index 2dfda249784499a76ff92ac41b90e8f0a3ccdaad..90541de10a902dfd12f6c4d690cb55f45adff16f 100644 (file)
@@ -30,11 +30,11 @@ class Kernel extends ConsoleKernel
         }
 //        $schedule->command('backup:clean')->daily()->at('04:00');
 //        $schedule->command('backup:run')->daily()->at('05:00');
-        $schedule->command('cubist:search:index PMI fr')->cron('5 */6 * * *');
-        $schedule->command('cubist:search:index PMI en')->cron('20 */6 * * *');
-        $schedule->command('cubist:search:index MICHSCI fr')->cron('35 */6 * * *');
-        $schedule->command('cubist:search:index MICHSCI en')->cron('45 */6 * * *');
-        $schedule->command('cubist:search:index MICHSCI de')->cron('55 */6 * * *');
+        $schedule->command('cubist:search:index PMI fr')->cron('0 4 * * *');
+        $schedule->command('cubist:search:index PMI en')->cron('0 5 * * *');
+        $schedule->command('cubist:search:index MICHSCI fr')->cron('6 * * *');
+        $schedule->command('cubist:search:index MICHSCI en')->cron('0 7 * * *');
+        $schedule->command('cubist:search:index MICHSCI de')->cron('0 8 * * *');
     }
 
     /**