kaxil commented on code in PR #56969:
URL: https://github.com/apache/airflow/pull/56969#discussion_r2449146544
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1627,6 +1627,15 @@ workers:
type: float
example: ~
default: "60.0"
+ execution_api_timeout:
+ description: |
+ The timeout (in seconds) for HTTP requests from workers to the
Execution API server.
+ This controls how long a worker will wait for a response from the API
server before
+ timing out. Increase this value if you experience timeout errors under
high load.
+ version_added: 3.1.2
+ type: float
+ example: ~
+ default: "5.0"
Review Comment:
Done :)
--
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]