node-postgres
node-postgres copied to clipboard
Question on timeout for queued/waiting queries
Does connectionTimeoutMillis have any effect on queued queries? i.e., if a query sitting in the pending queue > connectionTimeoutMillis, does it get removed completely?
Based on the pg pool code here, it looks like items in the pending queue will be timed out, but would be great if someone could clarify my assumption. 🤔
Hi @brianc, thoughts on this?:
Does connectionTimeoutMillis have any effect on queued queries?
Appreciate your time and help!