ashb commented on a change in pull request #5127: [AIRFLOW-4343] Show warning
in UI if scheduler is not running
URL: https://github.com/apache/airflow/pull/5127#discussion_r280763382
##########
File path: airflow/jobs.py
##########
@@ -94,25 +94,54 @@ class BaseJob(Base, LoggingMixin):
Index('idx_job_state_heartbeat', state, latest_heartbeat),
)
+ heartrate = conf.getfloat('scheduler', 'JOB_HEARTBEAT_SEC'),
Review comment:
DEAR GOD. That took like 4 hours to get enough of a working set up to get
the log for!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services