Hi Prisma team, do you know who is managing Paris ...
# orm-help
c
Hi Prisma team, do you know who is managing Paris Prisma Meetups ? Looks like the group has been deleted: https://www.meetup.com/fr-FR/Paris-Prisma-Meetup/ Thanks a lot !
v
@Natalia FYI
❤️ 1
n
Hey @Clement Fradet Normand thank you for flagging that! What makes you say it’s been deleted? Everything looks good on my side, what am I missing?
c
Sorry the link was down 5 days ago
Can i have intros with startups who use prisma in production in France, or Prisma meetups managers ?
We have a weird problem under production about prisma connexions, so we need operationnal feedbacks to solve it
v
Hi Clement, I'll see if I can identify any french companies using Prisma in production. We have several use cases, but I didn't think to tag them by country 😅 In the meantime maybe @Nurul or @andrewicarlson can help with your questions ^^
n
Hey Clement 👋 Can you please describe what exact issue are you facing? I can see that you have referenced an issue related to Interactive Transaction, are you facing this same issue?
c
Hi Nurul
looks like over-using Prisma transactions make some transaction loop / timeout sometimes
We use transactions to generate events / notifications / use external services
We use them on nearly every query
but for some transactions, it crashes the access to the database
n
We have made some improvements which should fix this as mentioned here I would suggest upgrading to the latest upcoming version of prisma i.e.
3.12.0
which releases on 5th April.