This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 34b43338317 Doc: Update version_added field for
`socket_cleanup_timeout` (#52705)
34b43338317 is described below
commit 34b43338317500ea2fe8926ac755598279a272ec
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Jul 2 18:36:44 2025 +0530
Doc: Update version_added field for `socket_cleanup_timeout` (#52705)
This was missed in 3.0.2 and is part of 3.0.3
---
airflow-core/src/airflow/config_templates/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/config_templates/config.yml
b/airflow-core/src/airflow/config_templates/config.yml
index b65337a6f95..88b8a4aaeac 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -1549,7 +1549,7 @@ workers:
Number of seconds to wait after a task process exits before forcibly
closing any
remaining communication sockets. This helps prevent the task
supervisor from hanging
indefinitely due to missed EOF signals.
- version_added: 3.0.2
+ version_added: 3.0.3
type: float
example: ~
default: "60.0"