Andrushika commented on issue #57712:
URL: https://github.com/apache/airflow/issues/57712#issuecomment-5543387163

   This should be covered by #72493, which implements #53337. 
   I reproduced it with an `ExternalPythonOperator` whose child sleeps past 
`execution_timeout`, and got the same `Process timed out` log with the task 
still hanging. Without the change, it was still running at 40s. With the PR 
patch, the supervisor sends SIGTERM to the process group 5s after the timeout. 
Then the child dies, and the task ends as failed.


-- 
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]

Reply via email to