Timeouts with prisma after scaling up machines

I recently scaled up (added new machines for each region, upped CPUs) the machine for an app of mine, and now I’m getting lots of timeout errors:

2025-03-12T19:29:41.178 app[784e2d4ad05638] iad [info] prisma:error

2025-03-12T19:29:41.178 app[784e2d4ad05638] iad [info] Invalid `prisma.user.findFirst()` invocation:

2025-03-12T19:29:41.178 app[784e2d4ad05638] iad [info] Error occurred during query execution:

2025-03-12T19:29:41.178 app[784e2d4ad05638] iad [info] ConnectorError(ConnectorError { user_facing_error: None, kind: ConnectionError(Timed out during query execution.), transient: false })

I’m using litefs on fly.io. I didn’t experience any of these issues prior to scaling up the machines. All of my machines are up and running with all of their checks passing and I’m not seeing anything else in the logs that would suggest that something is wrong. Would anybody know of anything that might be causing this?

Ooh, iad - I think it is having problems at the mo. See this and maybe this. If you sign into your console there should be more information about host problems that will affect you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.