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

   > That could work, but it's probably out of the scope of this issue? But 
maybe that's a nice enhancement for operators that aren't sensors. I don't know.
   
   The sensors are running as task instances (`class 
BaseSensorOperator(BaseOperator, SkipMixin)`), so if we implement this, we can 
timeout the ti regardless the number of retries and the result of each retry. 
Why do you think it is out of the scope of this issue?
   
   Since some users expect to reset `timeout` and `execution_timeout` after 
each retry, I think we should add a new conf to implement the solution whatever 
this solution is.


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