]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5873
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 Apr 2023 11:23:42 +0000 (13:23 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 Apr 2023 11:23:42 +0000 (13:23 +0200)
app/Console/Kernel.php

index e3f1e496ea6e8c3e7f528df44fcbe961f12c7dc0..bc3faa2a95d2efa0c71f21c82481fd773333b890 100644 (file)
@@ -38,7 +38,7 @@ class Kernel extends \Cubist\Backpack\Console\Kernel
 
         $schedule->command('job:dispatch ProcessTotals')->everyTwoHours();
         $schedule->command('fluidbook:player:updatesources')->everyTwoHours();
-        $schedule->command('job:dispatchNow \\\\Cubedesigners\\\\UserDatabase\\\\Jobs\\\\ApplyPermissionsToUsers');
+        $schedule->command('job:dispatchNow \\\\Cubedesigners\\\\UserDatabase\\\\Jobs\\\\ApplyPermissionsToUsers')->everyFifteenMinutes();
 
         $schedule->command('fluidbook:farm:ping')->everyMinute();
         $schedule->command('cubist:magic:precache')->everyFiveMinutes();