renzepost commented on issue #26186:
URL: https://github.com/apache/airflow/issues/26186#issuecomment-1807229762

   I can fix the SIGINT issue. I think the problem is in the fact that the TTY 
is set to raw mode, so in order to send the SIGINT signal to the subprocess, 
you need to listen for character code 3 in the input data.
   
   The other issues mentioned here are quite puzzling for me though.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to