Closed
Description
Hello!
On our low traffic staging environment we started to notice that the postgres will hang after a while. The thrown error is a Timeout error from the pool
package
I'm assuming that the reason is the following timeouts. Does the settings.connectTimeout
match the Pool
API timeout
intentions? Maybe they mean different things here. Pool mentions that it will throw if there is no activity, which might not be what we want in the postgres side.
/// If [timeout] is passed, then if that much time passes without any activity
/// all pending [request] futures will throw a [TimeoutException]. This is
/// intended to avoid deadlocks.
postgres version 3.4.8
Metadata
Metadata
Assignees
Labels
No labels