diff --git a/airflow-core/src/airflow/config_templates/config.yml b/airflow-core/src/airflow/config_templates/config.yml index 6190f7f306e50..92134fa4bf1cc 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"