Content
@
0 reply
0 recast
2 reactions
welter
@fun
⚠️ FarcasterUserStats.com is down i really need help, this is frustrating ‼️ postgres db connection limit maxed, i have a pool in place, not sure if that actually works or not sql queries to the db should be less than 1-2s max, but now they're going over 15s timing out
18 replies
12 recasts
28 reactions
christopher
@christopher
are you releasing the connections back to the pool?
1 reply
0 recast
0 reaction
welter
@fun
yes i think so, feel free to correct me if i'm wrong import { pool } from '../db' const client = await pool.connect(); const response = await pool.query(`query here`); client.release()
0 reply
0 recast
1 reaction