dev
Jing Li 2024-01-02 14:54:07 +08:00
parent d67acaf7c0
commit 153eded62a
1 changed files with 2 additions and 2 deletions

View File

@ -24,11 +24,11 @@ class Kernel extends ConsoleKernel
->runInBackground(); ->runInBackground();
$schedule->command(Commands\MonitorDeviceHealthCommand::class, ['yidong']) $schedule->command(Commands\MonitorDeviceHealthCommand::class, ['yidong'])
->everyFiveMinutes() ->everyTenMinutes()
->runInBackground(); ->runInBackground();
$schedule->command(Commands\MonitorDeviceHealthCommand::class, ['dianxin']) $schedule->command(Commands\MonitorDeviceHealthCommand::class, ['dianxin'])
->everyFiveMinutes() ->everyTenMinutes()
->runInBackground(); ->runInBackground();
} }