N
Neon16mo ago
sensitive-blue

Suddenly not able to connect to pg on free tier

I was able to connect all day today and suddenly am not. I've not changed the connection string or connection code. I'm on rust. I checked how many connections are open and it says 3. Not sure why this is happening.
2 Replies
flat-fuchsia
flat-fuchsia16mo ago
Can you post the error
sensitive-blue
sensitive-blueOP16mo ago
On this rust line
let conn = sqlx::postgres::PgPool::connect(&postgres_url).await.unwrap();
let conn = sqlx::postgres::PgPool::connect(&postgres_url).await.unwrap();
I get PoolTimedOut

Did you find this page helpful?