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

   Builtin exit method apart from raising SystemExit exception also closes 
stdin (supervisor socket in case of task runner), which breaks 
supervisor-runner communication.
   
   Thus, we use sys.exit which is intended to be used in production (versus 
exit which is for interactive shell). See details in the linked issue.
   
   closes: [#ISSUE](https://github.com/apache/airflow/issues/55783)
   related: [#ISSUE](https://github.com/apache/airflow/issues/55783)


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