From 9b9ef5199b7e103af9ed7fd52c6fbeace2ee0b28 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 16 Oct 2025 16:00:37 +0200 Subject: [PATCH] wait #7804 @0.25 --- app/Console/Kernel.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 * * *'); } /** -- 2.39.5