kaxil commented on a change in pull request #7424:
URL: https://github.com/apache/airflow/pull/7424#discussion_r414149075
##########
File path: airflow/utils/dag_processing.py
##########
@@ -579,6 +579,12 @@ def __init__(self,
)
self._parallelism = 1
+ # How often to mark DAGs as inactive and delete their serializations
+ # if they haven't been processed recently.
+ self._dag_cleanup_interval = conf.getint('scheduler',
+ 'dag_cleanup_interval')
Review comment:
```suggestion
self._dag_cleanup_interval = conf.getint('scheduler',
'dag_cleanup_interval')
```
----------------------------------------------------------------
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]