erdos2n commented on issue #30264: URL: https://github.com/apache/airflow/issues/30264#issuecomment-1483079038
Hey Alan, did more digging. `handle_failure` is only called on failures, which means that my initial proposal of `SHUTDOWN` would not work, anyways. But if the remaining tasks are marked as `upstream_failed` then they would trigger the `handle_failure` callback. So in short, adding the `handle_failure` callback would work, or marking downstream tasks as `upstream_failed` would work. Thoughts? -- 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]
