hussein-awala opened a new issue, #32638: URL: https://github.com/apache/airflow/issues/32638
### Body Currently, when we run tasks/sensors in defferable mode, the execution timeout is ignored where it is a TaskInstance property, and the Trigger doesn't use and handle it. IMO we should update the Trigger execution logic to take this parameter into account, and stop the execution once the timeout is reached. To achieve that, we need: - create an async TimeoutPosix class - pass the execution timeout parameter to the Trigger class (probably update the table model) - update the Triggerer method which executes Triggers to handle execution timeout related: #32580 ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
