Unable to check out process from the pool due to timeout.

Since yesterday my nodejs with drizzle app is throwing the following error when it tries to query supabase Unable to check out process from the pool due to timeout. We are using transaction pooled since the beginning "....supabase.co:6543/postgres" in our connection string and we were not having any issues until yesterday. Anyone facing similar issues?
3 Replies
garyaustin
garyaustin3h ago
What region is your instance in. Saw several connection issues last night involving us-east-1 with Supavisor but non with direct connections. Also direct connection (.co versus .com) are IPv6 only calls if this a debug environment where the network connection could change.
Anderson da Silva
us-east-1 we are using Shared connection pooler
garyaustin
garyaustin2h ago
.co is is the IPv6 only connection not the Supavisor IPv4 connection. I assume you mean you are using PGbouncer on the direct supabase.co connection with port 6543. The issues where not with that port but the Supavisor one.

Did you find this page helpful?