suiting-young opened a new issue #15025: URL: https://github.com/apache/airflow/issues/15025
https://github.com/apache/airflow/blob/b1ce429fee450aef69a813774bf5d3404d50f4a5/airflow/jobs/scheduler_job.py#L1041 This would trigger error ``` TypeError: '>' not supported between instances of 'NoneType' and 'int' ``` as the `task_instance` is fetched directly (*without the patch of `refresh_from_db`*) https://github.com/apache/airflow/blob/b1ce429fee450aef69a813774bf5d3404d50f4a5/airflow/jobs/scheduler_job.py#L930-L935 Related to #8153. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
