ephraimbuddy commented on code in PR #52815: URL: https://github.com/apache/airflow/pull/52815#discussion_r2313362441
########## airflow-core/src/airflow/dag_processing/manager.py: ########## @@ -341,6 +343,8 @@ def _run_parsing_loop(self): self.heartbeat() + self._emit_running_dags_metric() Review Comment: I will need another eye though on whether the dag processor is the right place to check this. cc @jedcunningham -- 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