You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2023. It is now read-only.
I used the bug format, but it's not technically a bug, rather slightly incorrect handling of database connections
Describe the bug
A run with ert3 (config specs in "how to reproduce"). The following error hit from the server hosting the database: sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: remaining connection slots are reserved for non-replication superuser connections
To Reproduce
Steps to reproduce the behaviour:
Create ert case with 50 realisations and provide a postgres database to ert-storage. The number of input records was about 50 and the number of output records was 4.
Run case and wait for feedback.
Expected behaviour
Expects the run to continue successfully.