From 3c8ce5653228b90c40daa772bd2575966169b434 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Jan 2024 13:23:36 +0100 Subject: [PATCH] wait #6626 @0.5 --- app/Console/Kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 2af0d6cf9..46bee8c54 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -40,6 +40,8 @@ class Kernel extends \Cubist\Backpack\Console\Kernel $schedule->command('ws:migrate --publications=v2 --documents=missing')->dailyAt('1:00'); $schedule->command('ws:migrate --publications=missing --documents=missing')->everyTwoHours(); $schedule->command('fluidbook:quote --reminder')->weekdays()->at('10:00'); + + $schedule->command('job:dispatchNow MailjetSyncList')->dailyAt('5:00'); } $schedule->command('job:dispatchNow ProcessTotals')->everyTwoHours(); -- 2.39.5