zhenghanyang commented on issue #34950:
URL: https://github.com/apache/airflow/issues/34950#issuecomment-1773978385

   Yes, then just comment following three lines in 
"/home/airflow/.local/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py",
 webserver can work normally.
   ```python
   # if sa_url.drivername != 'mysql+gaerdbms':
   #    options.setdefault('pool_size', 10)
   #    options.setdefault('pool_recycle', 7200)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to