From: Vincent Vanwaelscappel Date: Thu, 16 Oct 2025 14:00:37 +0000 (+0200) Subject: wait #7804 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9b9ef5199b7e103af9ed7fd52c6fbeace2ee0b28;p=pmi.git wait #7804 @0.25 --- diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 2dfda24..90541de 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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('0 6 * * *'); + $schedule->command('cubist:search:index MICHSCI en')->cron('0 7 * * *'); + $schedule->command('cubist:search:index MICHSCI de')->cron('0 8 * * *'); } /**