raghavan-arvind opened a new issue, #71255:
URL: https://github.com/apache/airflow/issues/71255

   ### Under which category would you file this issue?
   
   Airflow Core
   
   ### Apache Airflow version
   
   2.11.2
   
   ### What happened and how to reproduce it?
   
   When running sensors with `deferred=False`, mode `reschedule` or `poke`, and 
`soft_fail=True`, unexpected errors will actually fail, instead of skip, but 
timeout errors will skip.
   
   When doing the same, but with `soft_fail=True`, and `deferred=True`, 
unexpected errors will cause the task to skip. This means we cannot distinguish 
and alert if the sensor is misconfigured vs. timeout.
   
   ### What you think should happen instead?
   
   Deferred sensors should have parity with non-deferred sensors, and if 
`soft_fail=True`, only skip on timeout-ish related errors
   
   ### Operating System
   
   linux
   
   ### Deployment
   
   Other Docker-based deployment
   
   ### Apache Airflow Provider(s)
   
   _No response_
   
   ### Versions of Apache Airflow Providers
   
   n/a, issue is in `main`/`master`
   
   ### Official Helm Chart version
   
   Not Applicable
   
   ### Kubernetes Version
   
   n/z
   
   ### Helm Chart configuration
   
   n/a
   
   ### Docker Image customizations
   
   n/a
   
   ### Anything else?
   
   n/a
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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