Hi all đŸ‘‹,
Not sure how common this is but we are running a server on Render and use Prisma connected to a Postgres hosted database and we are hitting lots of “Error: Timed out fetching a new connection from the connection pool. More info:
http://pris.ly/d/connection-pool (Current connection pool timeout: 10, connection limit: 9)“.
We are running a single instance on Render and Starter plan and our service uses a shared
PrismaClient
instance that we export as
client
variable from a shared file.
Any tips?