Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading of 12 Sketch Maps of A1 format leads to SQLAlchemyError('(psycopg2.OperationalError) server closed the connection unexpectedly #498

Open
matthiasschaub opened this issue Aug 26, 2024 · 2 comments · May be fixed by #504
Assignees
Labels
bug Something isn't working priority:high Should be addressed as soon as possible (next release)

Comments

@matthiasschaub
Copy link
Collaborator

celery-1  | 2024-08-26 16:07:05,100 - ERROR - builtins.py - unlock_chord - Chord '878bedb7-7840-451e-8204-cab736c47390' raised: SQLAlchemyError('(psycopg2.OperationalError) server closed the connection unexpectedly\n\tThis probably means the server terminated abnormally\n\tbefore or while processing the request.\n')
celery-1  | Traceback (most recent call last):
celery-1  |   File "/home/smt/.conda/envs/smt/lib/python3.11/site-packages/celery/app/builtins.py", line 78, in unlock_chord
celery-1  |     ret = j(
celery-1  |           ^^
celery-1  |   File "/home/smt/.conda/envs/smt/lib/python3.11/site-packages/celery/result.py", line 775, in join
celery-1  |     value = result.get(
celery-1  |             ^^^^^^^^^^^
celery-1  |   File "/home/smt/.conda/envs/smt/lib/python3.11/site-packages/celery/result.py", line 247, in get
celery-1  |     self.maybe_throw(callback=callback)
celery-1  |   File "/home/smt/.conda/envs/smt/lib/python3.11/site-packages/celery/result.py", line 365, in maybe_throw
celery-1  |     self.throw(value, self._to_remote_traceback(tb))
celery-1  |   File "/home/smt/.conda/envs/smt/lib/python3.11/site-packages/celery/result.py", line 358, in throw
celery-1  |     self.on_ready.throw(*args, **kwargs)
celery-1  |   File "/home/smt/.conda/envs/smt/lib/python3.11/site-packages/vine/promises.py", line 235, in throw
celery-1  |     reraise(type(exc), exc, tb)
celery-1  |   File "/home/smt/.conda/envs/smt/lib/python3.11/site-packages/vine/utils.py", line 27, in reraise
celery-1  |     raise value
celery-1  | sqlalchemy.exc.SQLAlchemyError: (psycopg2.OperationalError) server closed the connection unexpectedly
celery-1  | 	This probably means the server terminated abnormally
celery-1  | 	before or while processing the request.
@matthiasschaub matthiasschaub added the bug Something isn't working label Aug 26, 2024
@matthiasschaub
Copy link
Collaborator Author

Related: psycopg/psycopg2#1457

@matthiasschaub matthiasschaub added the priority:high Should be addressed as soon as possible (next release) label Aug 26, 2024
@matthiasschaub matthiasschaub self-assigned this Aug 28, 2024
@matthiasschaub
Copy link
Collaborator Author

probably related to #399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high Should be addressed as soon as possible (next release)
Projects
None yet
1 participant