jscheffl commented on code in PR #48530:
URL: https://github.com/apache/airflow/pull/48530#discussion_r2019829062


##########
task-sdk/src/airflow/sdk/api/client.py:
##########
@@ -493,7 +493,7 @@ def noop_handler(request: httpx.Request) -> httpx.Response:
 # Note: Given defaults make attempts after 1, 3, 7, 15, 31seconds, 1:03, 2:07, 
3:37 and fails after 5:07min

Review Comment:
   If you adjust the count of retries, please also adjust the comments.
   
   If you lower it to 3 then  after 15 seconds of connectivity problems a task 
is killed. This is happening often in my view what I see in production.



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