From: Vincent Vanwaelscappel Date: Tue, 16 Jan 2024 12:23:36 +0000 (+0100) Subject: wait #6626 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3c8ce5653228b90c40daa772bd2575966169b434;p=fluidbook-toolbox.git wait #6626 @0.5 --- 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();