Content pfp
Content
@
0 reply
0 recast
3 reactions

welter pfp
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
22 replies
12 recasts
32 reactions

christopher pfp
christopher
@christopher
are you releasing the connections back to the pool?
1 reply
0 recast
0 reaction

welter pfp
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