Skip to content

Commit 57d3df2

Browse files
amoghrajeshLee-W
andauthored
Fixing yaml linting errors for dag_cache_size description (#65403)
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent 27f2ae2 commit 57d3df2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • airflow-core/src/airflow/config_templates

airflow-core/src/airflow/config_templates/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,10 +1609,11 @@ api:
16091609
dag_cache_size:
16101610
description: |
16111611
Size of the LRU cache for SerializedDAG objects in the API server.
1612-
Set to 0 to use an unbounded dict (no eviction, pre-3.2 behavior). The cache is keyed by DAG version ID,
1613-
so lookups by DAG ID (e.g., viewing a DAG's details) always query
1614-
the database for the latest version, but the deserialized result is
1615-
cached for subsequent version-specific lookups.
1612+
Set to 0 to use an unbounded dict (no eviction, matching pre-3.2 behavior).
1613+
The cache is keyed by Dag version ID, so lookups by Dag ID
1614+
(e.g., viewing a Dag's details) always query the database for the latest
1615+
version, but the deserialized result is cached for subsequent
1616+
version-specific lookups.
16161617
version_added: 3.3.0
16171618
type: integer
16181619
example: ~

0 commit comments

Comments
 (0)