Hi, I'm getting the following error on my web app which uses postgres and accesses via flask-sqlalchemy and psycopg2. Any hints on what to do would be greatly appreciated:
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: remaining connection slots are reserved for non-replication superuser connections
It looks like it's hitting the limits on open connections to the database. Even with just 1 or 2 users. Not sure what could be happening.