Postgres connection pool errors
I keep getting this error in my railway instance. It runs fine locally.
7 Replies
Project ID:
6ef7539d-c186-4609-a904-178fd8fa7fa0
6ef7539d-c186-4609-a904-178fd8fa7fa0
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
@Brody would you be able to help with this if possible?
its the weekend, either way please dont tag team or mods
to help here i would need a better error message, please provide one and then we can continue
That's a postgres error message about the connection limit being exhausted. Is there a way to increase railway defaults?
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.
you were right. i had application level limits idk why
removing them worked
isnt is possible to change limit on railway postgres though?
postgres itself has a limit of 100 connections