houqp commented on a change in pull request #6553: [AIRFLOW-5902] avoid
unnecessary sleep to maintain local task job heart rate
URL: https://github.com/apache/airflow/pull/6553#discussion_r349843733
##########
File path: airflow/jobs/base_job.py
##########
@@ -171,17 +171,14 @@ def heartbeat(self):
if self.state == State.SHUTDOWN:
self.kill()
- is_unit_test = conf.getboolean('core', 'unit_test_mode')
Review comment:
@KevinYang21 @potiuk @ashb are you cool with the unit test changes I made in
this PR? If not, please feel free to comment. This is a pretty annoying bug and
renders all task logs not readable.
----------------------------------------------------------------
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