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


##########
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:
   Scheduler Job is never run as "local task job" - so I do not think so but 
can you point out to a concrete line of code you meant?



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