tirkarthi commented on PR #56044: URL: https://github.com/apache/airflow/pull/56044#issuecomment-3425560718
Just to add I think this will be simplified or solved once DB access from dag-processor also moved to use task-sdk. I also want to add passing `echo_pool=True` displays verbose logs about the lifecycle of the pool which might be useful here. https://github.com/apache/airflow/issues/51552 I was also checking on other options 1. Option 1 to use `NullPool` when mysqlclient is used but will result in performance impact that sqlalchemy docs describes as modest. 2. Use pymysql which is a Pure Python implementation and might not have this behaviour though again not as performant mysqlclient in C. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
