dstandish opened a new pull request, #38383:
URL: https://github.com/apache/airflow/pull/38383

   In #36800 author fixed zombie scheduler issue arising from context manager 
exit not being called, thus sub process not getting terminated.  It was fixed 
by explicitly calling the `close` function on an ExitStack-managed context 
manager.  Simpler / better / cleaner / more standard solution is to "fix" the 
underlying context managers by wrapping the yield in a try / finally.
   


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