]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6626 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jan 2024 12:23:36 +0000 (13:23 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jan 2024 12:23:36 +0000 (13:23 +0100)
app/Console/Kernel.php

index 2af0d6cf9738a7d5dc174c490fde0bdbc8c93981..46bee8c5406ad2c971636c288cede1030d020f2a 100644 (file)
@@ -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();