Why am I getting “ERROR 1040 (00000): Too many connections” when using SqlAlchemy in parallel?

前端 未结 0 1228
死守一世寂寞
死守一世寂寞 2021-01-18 08:53

I have some code that runs a query function in parallel. Something like this:

engine = create_engine(, pool_size=95, pool_recycle=10, ma         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题