DAN
App periodically loses connection to postgres
hmm I don't see that anywhere in the options interface
34 replies
App periodically loses connection to postgres
@Brody Sorry just seeing this. Yes I believe I am using pooled connections, which is the default behavior in the postgres library. Do you think I need to set a timeout option like
idle_timeout
here? https://github.com/porsager/postgres#connection-timeout34 replies
App periodically loses connection to postgres
It's a bun app running JS on server and client. Using the postgres library (https://github.com/porsager/postgres) to connect to the DB. Not doing anything special with networking that I know of
34 replies