ashb commented on code in PR #25935:
URL: https://github.com/apache/airflow/pull/25935#discussion_r963620439
##########
airflow/config_templates/config.yml:
##########
@@ -2121,6 +2121,14 @@
type: integer
example: ~
default: "20"
+ - name: dag_stale_not_seen_duration
+ description: |
+ Only applicable if `[scheduler]standalone_dag_processor` is true.
+ Time in seconds after which dags, which were not updated by Dag
Processor are deactivated.
+ version_added: 2.4.0
+ type: string
Review Comment:
```suggestion
type: integer
```
--
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]