From 1a4f60e0d7b0c17ba5732348fd4e4afc1c48c88e Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Mon, 21 Nov 2022 22:34:39 +0800 Subject: [PATCH] no message --- Applications/YourApp/start_businessworker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // 服务注册地址