You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/12 02:46:10 UTC

[GitHub] [airflow] tanvn commented on issue #18031: Alert if a task misses deadline

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


   I tried to use `ExternalTaskSensor` to check other tasks deadline
   but because the `try_number` is not increased when the sensor mode is `reschedule`
   so it will run forever until the conditions are met and marked as SUCCESS (never be marked as FAILED and call the on_failure_callback function)
   The related issue is here: https://github.com/apache/airflow/issues/18080


-- 
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-unsubscribe@airflow.apache.org

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