hussein-awala commented on issue #32638:
URL: https://github.com/apache/airflow/issues/32638#issuecomment-1692369452

   > Is this actually true? i tried this locally and it seems that 
execution_timeout is respected even when the task is in a state of deferral. is 
the actual problem just that, with sensor tasks, there are retries when there 
shouldn't be?
   
   No, after diving in the code, I found that the problem is with the callback 
of the execution timeout and the sensor timeout which is completely ignored.
   
   > by the way, if the user doesn't want retries, why doesn't the user just 
set retries to 0?
   i guess the issue is you want retries if it fails for some reason other than 
sensor out of time...
   
   Exactly, the sensor timeout is applied on the overall time and not only the 
retry duration.


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