dejii commented on issue #54804: URL: https://github.com/apache/airflow/issues/54804#issuecomment-4001641540
@eladkal The fix in https://github.com/apache/airflow/pull/56400 resolves this, but there's a broader pattern worth noting: any trigger that catches exceptions and yields a `TriggerEvent` error payload rather than letting the exception propagate will continuously trigger DAG runs when used as a message queue. This is a side effect of `TriggerEvent` having no standardized error schema. Happy to raise this as a separate issue or bring it to the dev list if useful. -- 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]
