Brian C
Brian C
yah definitely a bug, uncatchable errors are always no bueno. I'll try to get this fixed. Everything @sehrope said is :+1: as always as well. :heart: On Sun, Nov 14,...
Hey sorry for the headache here but CI was broken. I [fixed it](https://github.com/brianc/node-postgres/pull/2743) yesterday...would you be able to rebase onto master? Then the tests should pass and we can merge...
hmm sorry this is happening - I'm assuming this isn't happening all the time or in a reproducible way, just sometimes at random? Those issues are hard to debug. I'm...
> It's definitely reproducible / persistent to the point that we had to revert the package upgrade in our app because of the regression. yeah I mean is there a...
Are y'all using an ORM (knex, typeorm, etc) or using `pg` directly?
okay - and I'm guessing it happens some what "at random" meaning your app has been running for a while & then you get a timeout? Once you get a...
dang - do you have numbers around how long it takes before it happens? What's the recovery you do? restart the app?
K thanks for the info this is helpful. One other question...are you all using SSL for the connection? I'm wondering if there's a weird edge case in the startup /...
Sorry...more questions. I'm trying to repro locally...no luck yet. What cloud are y'all running in? I wonder if it's networking related to k8s or the like.
Alright...I left a script run all night that was connecting like this: `local-script -> glcoud sql proxy -> cloud sql instance in gcloud`. It has a 10 connection pool, and...