alexbegg commented on issue #18031: URL: https://github.com/apache/airflow/issues/18031#issuecomment-966779447
> 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 I believe the intention of using ExternalTaskSensor with a deadline planned is to set a timeout and have no retries so if it doesn't complete by the timeout it fails, not just run forever. -- 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]
