Skip to content

Commit

Permalink
Update version in experimental Variable cache
Browse files Browse the repository at this point in the history
Follow up after apache#30259
  • Loading branch information
potiuk committed Aug 10, 2023
1 parent dc8ad0c commit 093b666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ secrets:
of longer propagation time for changes.
Please note that this cache concerns only the DAG parsing step. There is no caching in place when DAG
tasks are run.
version_added: 2.6.0
version_added: 2.7.0
type: boolean
example: ~
default: "False"
Expand All @@ -1118,7 +1118,7 @@ secrets:
valid. Entries are refreshed if they are older than this many seconds.
It means that when the cache is enabled, this is the maximum amount of time you need to wait to see a
Variable change take effect.
version_added: 2.6.0
version_added: 2.7.0
type: integer
example: ~
default: "900"
Expand Down

0 comments on commit 093b666

Please sign in to comment.