You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/05/03 12:57:57 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5127: [AIRFLOW-4343] Show warning in UI if scheduler is not running

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:
users@infra.apache.org


With regards,
Apache Git Services