malthe commented on issue #18031:
URL: https://github.com/apache/airflow/issues/18031#issuecomment-933165573


   @yuqian90 what I'm referring to are the new [deferrable 
operators](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=177050929).
   
   There's a framework in there which allows us to set up future actions such 
as reacting to a "missed deadline". It might need a little reworking in order 
to implement SLAs but I think it's pretty close since you could also just 
branch out and use the new 
[DateTimeSensorAsync](https://github.com/apache/airflow/blob/fbdb6882e4789c55c751b8be466eed89945d3241/airflow/sensors/date_time.py#L77).
   
   Note that this framework is available only from Airflow 2.2 onwards.


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