+++ /dev/null
-<?php
-
-
-namespace App\Console\Commands;
-
-use App\Console\Commands\Base\ToolboxCommand;
-use App\Fluidbook\Farm;
-
-
-class FluidbookFarmPing2 extends ToolboxCommand
-{
- protected $signature = 'fluidbook:farm:ping2 {--force}';
- protected $description = 'Ping servers';
-
- public function handle()
- {
- Farm::ping2(true, $this->option('force', false));
- }
-}
$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();