Taragolis commented on code in PR #29446:
URL: https://github.com/apache/airflow/pull/29446#discussion_r1111062123
##########
airflow/config_templates/config.yml:
##########
@@ -2049,6 +2049,18 @@ scheduler:
type: integer
example: ~
default: "60"
+ stale_dag_threshold:
+ description: |
+ How long (in seconds) to wait after we've reparsed a DAG file before
deactivating stale
Review Comment:
You could also check it in
[Breeze](https://github.com/apache/airflow/blob/main/BREEZE.rst#building-the-documentation)
locally
--
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]