改进 统计计费

This commit is contained in:
iVampireSP.com 2022-11-04 20:01:27 +08:00
parent d77ead86d0
commit 5650d546a3
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -68,7 +68,7 @@ protected function schedule(Schedule $schedule)
$schedule->job(new DeleteHost())->hourly();
$schedule->job(new CheckAndChargeBalance())->everyThirtyMinutes();
$schedule->job(new CheckAndChargeBalance())->everyFiveMinutes()->onOneServer()->withoutOverlapping();
$schedule->job(new AutoCloseWorkOrder())->everyFiveMinutes();