laurent-boundary
laurent-boundary
Hi, we are experiencing a similar issue with the DB connection increasing, I wanted to note that we don't use `getPayloadHMR` we also not using version 3; but 2 with...
We have containerized with docker Payload and Postgres for development, on local environment we can see 17 connections with one user. On prod we quickly see the number of connections...
@jmikrut `transactionOptions` do not exist for postgres adapter it seems, at least typescript doesn't allow. 
We recently updated to the latest, that seems to still be the latest, that was our first idea to fix the problem :   I just updated Payload to...
Amazing, I'll try that when ready :) Thanks 🙏
@jmikrut in the meantime I created a [repro for payload v2](https://github.com/laurent-boundary/payload-connections), I used `npx create-payload-app@latest` with blank and postgres options. Multiple things to note: - postgres option do not work...
On production in AWS we use postgres through RDS AWS managed DB (not docker), we spike at 100 connections, and I believe that's definitely linked to Payload, I'll check that...
I tried the `max: 2` it works for a bit and then when trying to access the admin page, we get an infinite loading.