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: [email protected] With regards, Apache Git Services
