新增调度中心

This commit is contained in:
JaguarJack
2020-07-10 08:35:14 +08:00
parent 6db13b9eab
commit 87ec38d1dd
5 changed files with 51 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ return [
/**
* 常驻 worker 数量
*/
'static_worker_number' => 1,
'static_worker_number' => 4,
/**
* 动态可扩展 worker 最大数量
@@ -99,5 +99,7 @@ return [
*/
'error_log' => runtime_path('catch/schedule') . 'schedule-error.log',
],
'schedule_kernel' => \catcher\library\ScheduleKernel::class,
],
];