File tree Expand file tree Collapse file tree
airflow-core/src/airflow/config_templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : ~
You can’t perform that action at this time.
0 commit comments