You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Taragolis (via GitHub)" <gi...@apache.org> on 2023/02/18 17:13:16 UTC

[GitHub] [airflow] Taragolis commented on a diff in pull request #29446: Scheduler, make stale DAG deactivation threshold configurable instead of using dag processing timeout

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

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