Taragolis commented on issue #35474: URL: https://github.com/apache/airflow/issues/35474#issuecomment-1801897704
I guess this should be implemented in top of the current implementation? Correct me if I wrong. 1. Try to raise exception AirflowTaskTimeout 2. Heartbeat checker also check timeout, something simple (if we work in UTC) as `start_time + execution_timeout < current_time`. And if it happen give some additional grace period before terminate/kill -- 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]
