yingzi 1 year ago
parent
commit
e973972842
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jobs/Config/Config.php

+ 1 - 1
Jobs/Config/Config.php

@@ -15,7 +15,7 @@ return [
     'excuteTime'        => 3600, // 子进程最长执行时间,防止内存泄漏
     'queueTickTimer'    => 1000 * 10, //一定时间间隔(毫秒)检查队列长度;默认10秒钟
     'messageTickTimer'  => 1000 * 180, //一定时间间隔(毫秒)发送消息提醒;默认3分钟
-    'processName'       => ':swooleTopicQueue', // 设置进程名, 方便管理, 默认值 swooleTopicQueue
+    'processName'       => ':seaBlueswooleTopicQueue', // 设置进程名, 方便管理, 默认值 swooleTopicQueue
 
 
     //job任务相关