Luis Vieira
Celery/Django app failure connecting to Postgres over private network
Interesting, after redeploying it (the postgres db, not the service), things seem to be working.
Im wondering if there was some issue with the first deploy post-migration. ( did just migrate this from a legacy db last night)
20 replies
Celery/Django app failure connecting to Postgres over private network
That's honestly a good question.
I just use psycopg which is as far as I am aware, the only one, or at the very least the king of the hill of python postgres clients
20 replies
Celery/Django app failure connecting to Postgres over private network
Yes, and that is how everything is working right now.
I have fully switched redis over to private networking, but I had to keep postgres using the public one because if I switch to private it just fails with the error from one of the screenshots above.
20 replies