We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
在同个worker里面使用的连接是同一个的,不同worker之间的连接是不通用的。也就是说,假如您开了8个worker,那么就会产生8个连接,而这8个连接仅服务与当前worker里面的业务使用
Sorry, something went wrong.
是这样的,假设开了10个worker,服务启动后, 我查看DB连接 已经初始化了30个连接,这些连接是无用的,每当有请求过来, 对应的worker会再初始化一次,不会去复用之前的那30个连接
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: