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 2020/02/24 21:11:25 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #7269: [AIRFLOW-6651] Add Redis Heartbeat option

kaxil commented on a change in pull request #7269: [AIRFLOW-6651] Add Redis Heartbeat option
URL: https://github.com/apache/airflow/pull/7269#discussion_r383516404
 
 

 ##########
 File path: airflow/jobs/base_job.py
 ##########
 @@ -21,6 +21,8 @@
 from time import sleep
 from typing import Optional
 
+from pendulum import utcfromtimestamp
+from redis import Redis
 
 Review comment:
   Will this mean a hard requirement on Redis for all ?
   
   Can we make it optional import

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