Update
parent
d67acaf7c0
commit
153eded62a
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue