PostgresSQL: another command is already in progress #143
foremtehan
started this conversation in
General
Replies: 1 comment
-
Hi @foremtehan. I just left a comment on that issue: hyperf/hyperf#7418 (comment) You might want to double check that you're not accidentally caching the connection via a class property. And that your max connections are high enough. Under high load, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to draw your attention to this problem: hyperf/hyperf#7418
High load apps run into the issue where Hyperf tries to use one connection for concurrent queries which not allowed, This is really question the whole idea of using swoole and really disappointing :(
Beta Was this translation helpful? Give feedback.
All reactions