laurent-boundary

Results 8 comments of 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. ![image](https://github.com/user-attachments/assets/2fbd81ca-307e-4b44-93b5-e12b97643512)

We recently updated to the latest, that seems to still be the latest, that was our first idea to fix the problem : ![image](https://github.com/user-attachments/assets/be5cc3dd-d9dd-4f5c-842a-3d70cb550866) ![image](https://github.com/user-attachments/assets/6682ae04-6907-4c23-b2ba-3d0e85e1405a) I just updated Payload to...

@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.