andrewgodwin commented on a change in pull request #15389:
URL: https://github.com/apache/airflow/pull/15389#discussion_r685316507



##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -699,6 +699,11 @@ def _run_scheduler_loop(self) -> None:
             self.adopt_or_reset_orphaned_tasks,
         )
 
+        timers.call_regular_interval(
+            conf.getfloat('scheduler', 'trigger_timeout_check_interval', 
fallback=15.0),

Review comment:
       I moved it into the config YAML, but kept the fallback here so it 
matches the other conf calls above it.




-- 
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]


Reply via email to