TreyYi opened a new issue, #27569: URL: https://github.com/apache/airflow/issues/27569
### Apache Airflow version 2.4.2 ### What happened Hi all, I would like to update the scheduler_job.py script by removing the unused attribute -> `self.using_mysql`. I understand that `self.using_sqlite` attribute is used to define the variable `async_mode` in scheduler_job.py code, but noticed that `self.using_mysql` is not used. not sure it was used before, but no longer used for the current scheduler. If it's not the major change, would you mind me to remove it from the script? Thanks in advance! ### What you think should happen instead _No response_ ### How to reproduce _No response_ ### Operating System - ### Versions of Apache Airflow Providers _No response_ ### Deployment Other ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
