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

   Alternative to https://github.com/apache/airflow/pull/32990
   
   This is a less invasive approach.  Essentially, what we do here is, update 
`BaseOperator.resume_execution` so that when trigger times out then it raises 
special exception `AirflowDeferralTimeout`.
   
   Then, `BaseSensorOperator.resume_execution`, we reraise 
`AirflowDeferralTimeout` as a `AirflowSensorTimeout`.
   
   So, if a sensor resumes from a timed-out deferral, then it's interpreted as 
a sensor timeout.
   
   All that is required is for a sensor to add a timeout to the deferral.


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