改进 cost
This commit is contained in:
parent
081fa67e88
commit
ed3911d48c
@ -31,7 +31,7 @@ protected function schedule(Schedule $schedule)
|
||||
//
|
||||
|
||||
// dispatch HostCost job
|
||||
$schedule->job(new HostCost())->withoutOverlapping()->everyFiveMinutes();
|
||||
$schedule->job(new HostCost())->everyFiveMinutes();
|
||||
// $schedule->job(new UserSave())->everyTenMinutes();
|
||||
$schedule->job(new Remote\FetchModule())->withoutOverlapping()->everyMinute();
|
||||
// $schedule->job(new Remote\PushHost())->everyMinute()->onOneServer();
|
||||
|
Loading…
Reference in New Issue
Block a user