You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timed out fetching a new connection from the connection pool. (...) (Current connection pool timeout: 10, connection limit: 49).
Hi, I've been having this issue when fetching and I'm running out of ideas how to tackle the problem. The request shows up as pending for about 15-50 seconds every time I make the request, then it ends up showing the correct data.
I'm using node v18.18.2, prisma is on v5.13.0, here's what I tried so far:
I minimised number of new started prisma connections to two.
I had increased connection limit to 100, but it did not resolve the issue, so I reverted it back to the default.
I removed a lot of unnecessary data that was fetched from the request.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Timed out fetching a new connection from the connection pool. (...) (Current connection pool timeout: 10, connection limit: 49).
Hi, I've been having this issue when fetching and I'm running out of ideas how to tackle the problem. The request shows up as pending for about 15-50 seconds every time I make the request, then it ends up showing the correct data.
I'm using node v18.18.2, prisma is on v5.13.0, here's what I tried so far:
Any other ideas what I could try?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions