This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 24a0d6a Update version added for `deactivate_stale_dags_interval`
config (#22478)
24a0d6a is described below
commit 24a0d6a6ad71cdb922fec3df59acbc0e9f2da39c
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Tue Mar 22 22:55:42 2022 +0100
Update version added for `deactivate_stale_dags_interval` config (#22478)
---
airflow/config_templates/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow/config_templates/config.yml
b/airflow/config_templates/config.yml
index 15977ac..80bc374 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -1874,7 +1874,7 @@
description: |
How often (in seconds) to check for stale DAGs (DAGs which are no
longer present in
the expected files) which should be deactivated.
- version_added: 2.3.0
+ version_added: 2.2.5
type: integer
example: ~
default: "60"