anishgirianish commented on code in PR #62343:
URL: https://github.com/apache/airflow/pull/62343#discussion_r3029229694


##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -491,6 +491,24 @@ core:
       type: string
       example: ~
       default: "Disabled"
+    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.2.0
+      type: integer
+      example: ~
+      default: "60"
+    max_connection_test_concurrency:
+      description: |
+        Maximum number of connection tests that can be active (QUEUED + 
RUNNING)
+        at the same time. Excess tests will remain in PENDING state until slots
+        become available.
+      version_added: 3.2.0

Review Comment:
   moved it to scheduler section



-- 
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]

Reply via email to