Hey,
Been dealing with some random connection issues with Supabase Cloud and not sure where to even start diagnosing.
We have a data worker (drizzle ORM) that runs nightly during off-peak hours. Most of the time it's fine, but randomly we would get a batch of these:
server login has been failing, try again later (server_login_retry)
connect ECONNREFUSED 35.x.x.x:6543
Connection terminated due to connection timeout
timeout exceeded when trying to connect
No pattern to when it happens, supabase dashboard shows nothing unusual.
The timeout exceeded one made me think our pg pool max was too low, but the ECONNREFUSED and server_login_retry ones feel like they're coming from supabase's side (pgbouncer on 6543)
anyone seen this before? any ideas on how to actually diagnose it when the dashboard gives you nothing to work with?
The user is experiencing random connection issues with Supabase Cloud, specifically during nightly data worker operations using drizzle ORM. Errors include 'server login has been failing', 'ECONNREFUSED', and 'connection timeout'. The user is seeking advice on diagnosing these issues as the Supabase dashboard shows no anomalies.