move process state related function to ProcessManager

This commit is contained in:
crazywhalecc
2022-05-14 23:43:15 +08:00
parent bf141202f8
commit a757330788
7 changed files with 159 additions and 9 deletions

View File

@@ -28,6 +28,6 @@ class OnWorkerExit implements SwooleEvent
Coroutine::resume($v['coroutine']);
}
}
Console::info('正在结束 Worker #' . $worker_id . ',进程内可能有事务在运行...');
Console::verbose('正在结束 Worker #' . $worker_id . ',进程内可能有事务在运行...');
}
}