anishgirianish commented on code in PR #62343:
URL: https://github.com/apache/airflow/pull/62343#discussion_r3177838393
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2602,6 +2602,33 @@ scheduler:
type: float
example: ~
default: "120.0"
+ connection_test_timeout:
+ description: |
+ Maximum number of seconds an async connection test is allowed to run
+ before it is considered timed out. The scheduler reaper uses this value
+ plus a grace period to mark stale tests as failed.
+ version_added: 3.3.0
+ type: integer
+ example: ~
+ default: "60"
+ max_connection_test_concurrency:
Review Comment:
Done thanks
--
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]