Open
Description
In at least two cases, pg-pool
creates a referenced timeout:
node-postgres/packages/pg-pool/index.js
Lines 292 to 295 in 3f6760c
node-postgres/packages/pg-pool/index.js
Lines 171 to 177 in 3f6760c
These timeouts are currently keeping the process from dying naturally.
Use setTimeout().unref()
to prevent this.
Unless I am overlooking a need to keep the pool awake?