Postgres connection pool errors
ignisda
HOBBYOP

2 years ago

I keep getting this error in my railway instance. It runs fine locally.

11 Replies

ignisda
HOBBYOP

2 years ago

6ef7539d-c186-4609-a904-178fd8fa7fa0


ignisda
HOBBYOP

2 years ago

Tbh the job im running is very database heavy but it performs one operation at a time so I am not sure why this happens


ignisda
HOBBYOP

2 years ago

@Brody would you be able to help with this if possible?


2 years ago

its the weekend, either way please dont tag team or mods


2 years ago

to help here i would need a better error message, please provide one and then we can continue


ignisda
HOBBYOP

2 years ago

That's a postgres error message about the connection limit being exhausted. Is there a way to increase railway defaults?


2 years ago

if you are reaching the connection limits of the platform while connecting to a database you are doing something very wrong.

that error also does not say anuthing about connection limits, so not sure where you got that from.

please have it print out a more verbose error message.


ignisda
HOBBYOP

2 years ago

you were right. i had application level limits idk why


ignisda
HOBBYOP

2 years ago

removing them worked


ignisda
HOBBYOP

2 years ago

isnt is possible to change limit on railway postgres though?


2 years ago

postgres itself has a limit of 100 connections


Loading...