Ángel Rivera-Págan
05/26/2023, 6:12 PM@calcom/api:dev: warn(prisma-client) There are already 10 instances of Prisma Client actively running.
this shows that each api call creates a new connection that doesn’t get closed
SELECT * FROM pg_stat_activity WHERE datname = 'calendso';
Is there something we are doing wrong?