You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/10 01:28:59 UTC

[GitHub] [airflow] potiuk commented on a diff in pull request #25935: Support multiple DagProcessors parsing files from different locations.

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


##########
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:
   Horrible names can also be best :)



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org