Getting DB connection error while server is running continuously #1652
Unanswered
ramkishore-yerubandi
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Hi, what version of Vendure core does this occur on? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I know this is old but I also ran into this issue recently. The problem was fixed once I switched to using a DB connection pool rather than directly connecting. Hope this helps someone in the future. |
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
-
rcore-dev] [2022-07-06 10:53:46] error 7/6/22, 10:53 AM - [Vendure Server] remaining connection slots are reserved for non-replication superuser connections
[rcore-dev] [2022-07-06 10:53:46] error: remaining connection slots are reserved for non-replication superuser connections
[rcore-dev] [2022-07-06 10:53:46] at Parser.parseErrorMessage (/workspace/node_modules/pg-protocol/dist/parser.js:287:98)
[rcore-dev] [2022-07-06 10:53:46] at Parser.handlePacket (/workspace/node_modules/pg-protocol/dist/parser.js:126:29)
[rcore-dev] [2022-07-06 10:53:46] at Parser.parse (/workspace/node_modules/pg-protocol/dist/parser.js:39:38)
[rcore-dev] [2022-07-06 10:53:46] at TLSSocket. (/workspace/node_modules/pg-protocol/dist/index.js:11:42)
[rcore-dev] [2022-07-06 10:53:46] at TLSSocket.emit (node:events:527:28)
[rcore-dev] [2022-07-06 10:53:46] at TLSSocket.emit (node:domain:475:12)
[rcore-dev] [2022-07-06 10:53:46] at addChunk (node:internal/streams/readable:315:12)
[rcore-dev] [2022-07-06 10:53:46] at readableAddChunk (node:internal/streams/readable:289:9)
[rcore-dev] [2022-07-06 10:53:46] at TLSSocket.Readable.push (node:internal/streams/readable:228:10)
[rcore-dev] [2022-07-06 10:53:46] at TLSWrap.onStreamRead (node:internal/stream_base_commons:190:23)
[
Beta Was this translation helpful? Give feedback.
All reactions