You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than use multiprocessing inside Flask to call the run_task (execute command inside containers), it might be better idea use something aka celery.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: