mik-laj commented on a change in pull request #7521: [AIRFLOW-6897] Simplify
DagFileProcessorManager
URL: https://github.com/apache/airflow/pull/7521#discussion_r383282256
##########
File path: airflow/utils/dag_processing.py
##########
@@ -569,7 +569,7 @@ def __init__(self,
# Map from file path to the processor
self._processors: Dict[str, AbstractDagFileProcessorProcess] = {}
- self._heartbeat_count = 0
+ self._no_run = 0
Review comment:
I renamed this variable.
----------------------------------------------------------------
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