Back

Fix sql.DB Pool Exhaustion in Production

Problem

sql.DB is a global pooled connection manager. Creating a new pool per request exhausts DB connections.

Code Editor