From a0918c8540d918a04f913af874e9c4391394a54b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 19 Feb 2025 09:07:56 +0100 Subject: [PATCH] #7340 --- app/Console/Commands/FluidbookFarmPing2.php | 19 ------------------- app/Console/Kernel.php | 3 +-- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 app/Console/Commands/FluidbookFarmPing2.php diff --git a/app/Console/Commands/FluidbookFarmPing2.php b/app/Console/Commands/FluidbookFarmPing2.php deleted file mode 100644 index 53eed68de..000000000 --- a/app/Console/Commands/FluidbookFarmPing2.php +++ /dev/null @@ -1,19 +0,0 @@ -option('force', false)); - } -} diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index b7ffc5e8d..208c3d6ff 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -52,8 +52,7 @@ class Kernel extends \Cubist\Backpack\Console\Kernel $schedule->command('fluidbook:player:updatesources')->everyTwoHours(); $schedule->command('job:dispatchNow \\\\Cubedesigners\\\\UserDatabase\\\\Jobs\\\\ApplyPermissionsToUsers')->everyFifteenMinutes(); - $schedule->command('fluidbook:farm:ping --force')->everyMinute(); - $schedule->command('fluidbook:farm:ping2 --force')->everyMinute(); + $schedule->command('fluidbook:farm:ping')->everyMinute(); $schedule->command('fluidbook:loadbalancer:ping --force')->everyMinute(); $schedule->command('cubist:magic:precache')->everyThirtyMinutes(); $schedule->command('toolbox:precache')->everyThirtyMinutes(); -- 2.39.5