]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6269 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Sep 2023 10:09:17 +0000 (12:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 15 Sep 2023 10:09:17 +0000 (12:09 +0200)
app/Console/Commands/FluidbookLoadbalancerPing.php
app/Console/Kernel.php

index 0ced4cbc0ce630dc0afa53ef5fb5f5d2e5e8340c..452b4d2e49d99c8c7a19ef774b328ce910d2297f 100644 (file)
@@ -11,7 +11,7 @@ use Cubist\Backpack\Console\Commands\CubistCommand;
 class FluidbookLoadbalancerPing extends CubistCommand
 {
     protected $signature = 'fluidbook:loadbalancer:ping {--force}';
-    protected $description = 'Manage fluidbook loadbalanceer';
+    protected $description = 'Manage fluidbook loadbalancer';
 
     public function handle()
     {
index 6e4f2f6c3a45bb4d7f8dc37cde1e3c619ed9321e..f490824552f9bc8ae880d84805618237e6193f51 100644 (file)
@@ -45,7 +45,7 @@ class Kernel extends \Cubist\Backpack\Console\Kernel
         $schedule->command('job:dispatchNow \\\\Cubedesigners\\\\UserDatabase\\\\Jobs\\\\ApplyPermissionsToUsers')->everyTwoHours();
 
         $schedule->command('fluidbook:farm:ping')->everyMinute();
-        $schedule->command('fluidbook:loadbalancer:ping')->everyMinute();
+        $schedule->command('fluidbook:loadbalancer:ping --force')->everyMinute();
         $schedule->command('cubist:magic:precache')->everyFiveMinutes();
         $schedule->command('toolbox:precache')->everyThirtyMinutes();
     }