Taragolis commented on code in PR #29446:
URL: https://github.com/apache/airflow/pull/29446#discussion_r1111061966


##########
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:
   ```suggestion
           How long (in seconds) to wait after we have reparsed a DAG file 
before deactivating stale
   ```
   
   This should fix, spellchecker doesn't like some words with `'`
   
   ```console
   Incorrect Spelling: 'reparsed'
   Line with Error: 'How long (in seconds) to wait after we've reparsed a DAG 
file before deactivating stale'
   Line Number: 6812
   ```



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