kaxil commented on code in PR #25935:
URL: https://github.com/apache/airflow/pull/25935#discussion_r964099910


##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -1077,6 +1077,10 @@ standalone_dag_processor = False
 # in database. Contains maximum number of callbacks that are fetched during a 
single loop.
 max_callbacks_per_loop = 20
 
+# Only applicable if `[scheduler]standalone_dag_processor` is true.
+# Time in seconds after which dags, which were not updated by Dag Processor 
are deactivated.
+dag_stale_not_seen_duration = 600

Review Comment:
   `dag_stale_not_seen_duration` --> any suggestion for a better name? this 
config name isn't easy understand



-- 
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]

Reply via email to