kosteev commented on issue #37971: URL: https://github.com/apache/airflow/issues/37971#issuecomment-1985334309
In perform_heartbeat, job.heartrate is used. The issue is that for scheduler it is defined in SchedulerJobRunner (previously was SchedulerJob): https://github.com/apache/airflow/blob/08efc32fd13c505a3c04b97f9bc81c79d1725858/airflow/jobs/scheduler_job_runner.py#L153 so, now this heartrate: int = conf.getint("scheduler", "SCHEDULER_HEARTBEAT_SEC") from SchedulerJobRunner is not used anywhere -- 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]
