dstandish commented on PR #41868:
URL: https://github.com/apache/airflow/pull/41868#issuecomment-2319043915
Yeah I think it's best to avoid the unnecessariy defer / resume cycle.
seems you could refactor the logic under the `if event["status"] in ("error",
"failed", "timeout")` block into a method and invoke it in the case you
describe. Or something like that. But, wasteful to go through a another
defer-resume cycle.
--
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]