jaklan commented on PR #40915: URL: https://github.com/apache/airflow/pull/40915#issuecomment-2322795548
@raphaelauv what you mean is: - `soft_fail` -> skip on exceptions: `AirflowSensorTimeout`, `AirflowTaskTimeout`, `AirflowSkipException` and `AirflowFailException` - `silent_fail` -> skip on any exception other than the above ones (so... what exactly are these other exceptions?) - `never_fail` -> skip on all possible exceptions Is that correct? But I still don't get it why `silent_fail` and `never_fail` only refer to the `poke` method - are these mysterious "other exceptions" never related to the `reschedule` mode, so `soft_fail` covers all the possible options anyway? -- 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]
