Experiencing delays in fulfilling requests from multiple users in Flask application with SQLAlchemy on AWS Elastic Beanstalk
I have a Flask application deployed on AWS Elastic Beanstalk, using SQLAlchemy as the ORM for interacting with a MySQL database. Despite configuring SQLAlchemy with a default pool size of five connections, I’ve noticed delays in fulfilling requests from the second user onwards when multiple users make requests simultaneously.