Taragolis commented on PR #29579: URL: https://github.com/apache/airflow/pull/29579#issuecomment-1435695800
PR which added HA Scheduler and removed calculation of this metric merged 2 years ago #10956, so I guess it is very small chance that @ashb remember why it removed. I just assume that instead of validate is this TI queued or running could we just use `len(self.executor.queued_tasks) + len(self.executor.running)` as value for this metric. But I'm not familiar with SchedulerJob so better hear opinion from someone who more confident in this field rather than me. -- 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]
