mhenc commented on a change in pull request #21181:
URL: https://github.com/apache/airflow/pull/21181#discussion_r798332409
##########
File path: airflow/models/dagbag.py
##########
@@ -89,7 +89,6 @@ class DagBag(LoggingMixin):
"""
DAGBAG_IMPORT_TIMEOUT = conf.getfloat('core', 'DAGBAG_IMPORT_TIMEOUT')
- SCHEDULER_ZOMBIE_TASK_THRESHOLD = conf.getint('scheduler',
'scheduler_zombie_task_threshold')
Review comment:
Right, I didn't find any reference to that in the codebase, so I just
removed as unused code.
But if you believe it should be left there, then of course I can revert this
change
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]