Problem: The container makes many calls to the save output (add_log) method which raises:
RuntimeError: CONTAINER EXEC ERROR: (psycopg2.DatabaseError) error with status PGRES_TUPLES_OK and no message from the libpq
the cause might be the multiprocessing is calling the service which uses the sqlalchemy which has an instance linked to the flask.app.
Problem: The container makes many calls to the save output (add_log) method which raises:
the cause might be the multiprocessing is calling the service which uses the sqlalchemy which has an instance linked to the flask.app.
Links:
To study:
Options: