Hello,
I am currently getting this error in my deployed site, i saw logs and i found out this:
packages/psycopg/connection.py", line 748, in connect django-1 | raise last_ex.with_traceback(None) django-1 | psycopg.OperationalError: connection failed: connection to server at "143.110.241.20", port 25060 failed: FATAL: remaining connection slots are reserved for roles with the SUPERUSER attribute
I also found out that there are many database connections being created .
Does anybody got similar issues once working with postgres? I have researched and it says either to increase max_connections or establish connection pool into your database.