uranusjr commented on code in PR #71704: URL: https://github.com/apache/airflow/pull/71704#discussion_r3804148306
########## airflow-core/docs/faq.rst: ########## @@ -717,22 +717,29 @@ The API server caches serialized Dag objects in memory. Over time, as Dag versio There are two complementary approaches: -**1. Bounded DAG caching (available since Airflow 3.3.0)** +**1. Dag cache eviction (available since Airflow 3.2.2)** Review Comment: Both `dag_cache_size` and `dag_cache_ttl` where first introduced in 3.3.0 from my understanding. ########## airflow-core/docs/faq.rst: ########## @@ -717,22 +717,29 @@ The API server caches serialized Dag objects in memory. Over time, as Dag versio There are two complementary approaches: -**1. Bounded DAG caching (available since Airflow 3.3.0)** +**1. Dag cache eviction (available since Airflow 3.2.2)** Review Comment: Both `dag_cache_size` and `dag_cache_ttl` were first introduced in 3.3.0 from my understanding. -- 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]
