Flask - Performance Optimization
You configured Flask-SQLAlchemy with
SQLALCHEMY_POOL_SIZE = 5 but your app throws errors when more than 5 requests access the DB. What is a likely cause?