Database is timing out, unable to understand why
jamietdavidson
HOBBYOP
2 years ago
Deploying a docker container running django, and use the environment variables from the Postgres instance deployed via railway, I am encountering the following error:
django.db.utils.OperationalError: connection to server at "viaduct.proxy.rlwy.net" (35.212.174.161), port 20926 failed: server closed the connection unexpectedly. This probably means the server terminated abnormally before or while processing the request.
I've never encountered this before, and have been using railway for a few months now. I'm unable to understand what's going on. What am I missing?
