rjgoyln opened a new pull request, #72695: URL: https://github.com/apache/airflow/pull/72695
## Summary The triggerer tells a deferral timeout, a user action and its own shutdown apart only by `asyncio.CancelledError` propagating out of `run()`. `TeradataComputeClusterSyncTrigger` caught it, so every cancellation produced: - `Trigger exited without sending an event. Dependent tasks will be failed.` instead of the deferral timeout the task was waiting on - `Failed to SUSPEND the Vantage Cloud Lake Compute Cluster Instance ... Please contact the administrator for assistance.`, even on a routine triggerer restart --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
