shanit-saha commented on issue #8484:
URL: https://github.com/apache/airflow/issues/8484#issuecomment-681843338


   One of the way we could resolve the same problem in our Airflow v 1.10.10 
instance is by using a shell script as an extry point to execute the python 
application. The sys exit is part of the shell script. Earlier we invoked the 
python application directly from the `CMD` entry point in docker-image. The 
logging issue was observed. Please note we also tried both `sys.exit()` and 
`sys.stdout.flush()` in our python modules. Still it did not help. So 
eventually shell script entry point with sys exit helped.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to