sathish9094 opened a new pull request, #35791:
URL: https://github.com/apache/airflow/pull/35791

   This retry loop is pretty fast and it doesn't wait for number of seconds 
value that we pass from airflow.cfg
   ```
   # The Maximum number of retries for publishing task messages to the broker 
when failing
   # due to ``AirflowTaskTimeout`` error before giving up and marking Task as 
failed.
   task_publish_max_retries = 3
   ```
   By making it to wait for a second before each retry will give some time for 
broker recovery before making the task as failed.
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to