AutomationDev85 commented on code in PR #47773:
URL: https://github.com/apache/airflow/pull/47773#discussion_r2007509763
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1017,6 +1017,11 @@ def _run_scheduler_loop(self) -> None:
self._emit_pool_metrics,
)
+ timers.call_regular_interval(
+ conf.getfloat("scheduler", "running_metrics_interval",
fallback=30.0),
Review Comment:
I just added it in the same way like the pool_metrics_interval are
implemented. Shall I remove the fallback value?
--
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]