SQLAlchemy DatabaseError server close connection

191 Views Asked by At

I am running a several processes in python using multiprocessing. I am hitting a postgresql database and I keep getting this error:

(DatabaseError) server closed the connection unexpectedlyThis probably means the server terminated abnormallybefore or while processing the request.

The db admin tells he is not seeing any errors on his side and I can't figure out what is causings this.

0

There are 0 best solutions below