Tag: sqlalchemy
-
Gunicorn flask application throw mysql database connection timed out
0 I have a python flask application, where we upload a csv file and creating a graphql endpoint based on csv file header names. in order to retrieve the data, we are sending post request to graphql endpoint with a graphql query to retrieve the data. My python flask application is running with gunicorn server…