mixing multiprocessing and SQLAlchemy is a bad idea. In general your processes should each contain a private connection pool, i.e. engine

posted on 2020-11-19 22:00  Go_Forward  阅读(76)  评论(0)    收藏  举报