This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new a32846e9a43 [v3-0-test] Doc: Update version_added field for
`socket_cleanup_timeout` (#52705) (#52710)
a32846e9a43 is described below
commit a32846e9a430c34a486dcb4c1aed267904e1c488
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 22:40:27 2025 +0530
[v3-0-test] Doc: Update version_added field for `socket_cleanup_timeout`
(#52705) (#52710)
This was missed in 3.0.2 and is part of 3.0.3
(cherry picked from commit 34b43338317500ea2fe8926ac755598279a272ec)
Co-authored-by: Kaxil Naik <[email protected]>
---
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 6190f7f306e..92134fa4bf1 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -1530,7 +1530,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"