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

Rafi pfp
Rafi
@rafi
See what dominates in `SELECT * FROM pg_stat_activity` and look for leaks and inefficients in related code. Happy to help you out in scanning the code for such issues :)
1 reply
0 recast
0 reaction

welter pfp
welter
@fun
already added indexes and cleaned up the sql queries, i believe this might be a postgres db connection issue
1 reply
0 recast
0 reaction