Hi all, i am facing weird connexion timeout problems with prisma and prisma-client and my CI, maybe you can help:
• When using prisma transactions with postgresql on our ApolloServer, i end up with prisma closing his connexions with the database (drop from 3 to 1) and does not recover (no more scale up to 3) leading to query “stuck” issues when two concurrent requests try to get a connexion each.
• I haven’t been able to reproduce this “dangling state” manually even by force closing connexions. when we watch it, prisma always recover the proper amount of transactions.
• It always occurs on production/CI after the server running for some time on any query that next multiple connexions
I’m looking for ideas to dig further into this issue. Thanks a lot for your help !