Open hectorj2f opened 7 years ago
I am checking why I get this error from pq when I apply some high workloads
FYI: @aslakknutsen I set our ENV vars MAX_OPEN and MAX_IDLE and nothing changes. However if I set
db.DB().SetConnMaxLifetime(0)
db.DB().SetMaxOpenConns(90)
it easily handles the workload