diff --git a/Applications/YourApp/start_businessworker.php b/Applications/YourApp/start_businessworker.php index fdd7ca1..604bcb2 100644 --- a/Applications/YourApp/start_businessworker.php +++ b/Applications/YourApp/start_businessworker.php @@ -25,7 +25,7 @@ global $config; // bussinessWorker 进程 $worker = new BusinessWorker(); // worker名称 -$worker->name = 'YourAppBusinessWorker'; +$worker->name = $config['name'] . 'Business'; // bussinessWorker进程数量 $worker->count = 1; // 服务注册地址