Postgresql – Remaining conmections slots are reserved for non-replication superuser. Error on azure
I have a .net web api that use postgresql. Backend is deployed on azure. Sometimes this error occures. I have max_connection set to 50, and I think it should be enough. In my code i use Entity Framework Core. How…