developer-ravi-03 commented on issue #60172: URL: https://github.com/apache/airflow/issues/60172#issuecomment-3732550262
Hi @potiuk and @ndellosa95, Thanks for the clarification — that makes sense. I’d like to help with this fix if it’s okay. My understanding is that `on_retry_callback` should explicitly catch and propagate `AirflowFailException` so the task is marked failed and retries stop, instead of treating it as a normal callback failure. If you’re fine with it, I can: - Locate where `on_retry_callback` is invoked - Add explicit handling for `AirflowFailException` - Add a regression test to cover this behavior Please let me know if I should proceed or coordinate with @ndellosa95. -- 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]
