server closed the connection unexpectedly #1359
Unanswered
BAnilKumar
asked this question in
Q&A
Replies: 2 comments
-
Are you using psycopg with multiprocessing, Celery, or some other job dispatcher? |
Beta Was this translation helpful? Give feedback.
0 replies
-
i am not using multiprocessing, it is sequence execution (just using above code). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying to update postgresSQL table with psycopg2, able to do when i run code manually but while calling in a function it is failing with below error.
Here is the code
psycopg2 version: '2.8.6 (dt dec pq3 ext lo64)'
Postgres: PostgreSQL 12.7 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9), 64-bit
and did not see any aborted status during error time (in server activity).
it is pretty much simple task but facing challenges. Can some one help me?
Beta Was this translation helpful? Give feedback.
All reactions