每 30 分钟执行一次
This commit is contained in:
parent
a8245c4ee9
commit
75f6276847
@ -55,7 +55,7 @@ protected function schedule(Schedule $schedule)
|
||||
|
||||
$schedule->job(new DeleteHost())->hourly();
|
||||
|
||||
$schedule->job(new CheckAndChargeBalance())->hourly();
|
||||
$schedule->job(new CheckAndChargeBalance())->everyThirtyMinutes();
|
||||
|
||||
$schedule->job(new AutoCloseWorkOrder())->everyFiveMinutes();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user