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


##########
airflow/config_templates/config.yml:
##########
@@ -2121,6 +2121,14 @@
       type: integer
       example: ~
       default: "20"
+    - name: stalled_dags_update_timeout

Review Comment:
   Oh, I see, `stalled` is something else to `stale` (stalled = not going 
anywhere, usually applied to a dag run or queued task instance).
   
   Yes, using that existing one was wrong, I read the diff wrong
   
   How about `dag_stale_not_seen_duration` `mark_dag_stale_not_seen_in` as 
alternative names for this config setting?



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