potiuk commented on code in PR #37992:
URL: https://github.com/apache/airflow/pull/37992#discussion_r1517721921


##########
airflow/jobs/job.py:
##########
@@ -265,6 +265,8 @@ def _merge_from(self, job: Job | JobPydantic | None):
     def _heartrate(job_type: str) -> float:
         if job_type == "TriggererJob":
             return conf.getfloat("triggerer", "JOB_HEARTBEAT_SEC")
+        elif job_type == "SchedulerJob":

Review Comment:
   Assume it was just "academic" question :) 



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

Reply via email to