This is an automated email from the ASF dual-hosted git repository.
amoghrajesh 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 cad58b72218 Update task_state/asset_state occurences in config.yml
(#68553)
cad58b72218 is described below
commit cad58b722180a9148df7d545a3126e27dd84b361
Author: Amogh Desai <[email protected]>
AuthorDate: Mon Jun 15 12:04:04 2026 +0530
Update task_state/asset_state occurences in config.yml (#68553)
---
airflow-core/src/airflow/config_templates/config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow-core/src/airflow/config_templates/config.yml
b/airflow-core/src/airflow/config_templates/config.yml
index a43857a5caf..4271eb545ea 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -3226,7 +3226,7 @@ state_store:
description: |
Number of days to retain task state after their last update.
Rows older than this are removed when cleanup is triggered.
- This config does not affect asset_state rows.
+ This config does not affect asset_state_store rows.
Set to 0 to disable time-based cleanup entirely.
version_added: 3.3.0
type: integer
@@ -3235,7 +3235,7 @@ state_store:
state_cleanup_batch_size:
description: |
Number of rows deleted per batch during cleanup. Defaults to 0 (no
batching).
- Tune this on deployments with large task_state tables to improve
performance per transaction.
+ Tune this on deployments with large task_state_store tables to improve
performance per transaction.
version_added: 3.3.0
type: integer
example: "10000"