xinbinhuang commented on pull request #13526:
URL: https://github.com/apache/airflow/pull/13526#issuecomment-757363328


   > Using `exec` means we don't have a "needless" bash process hanging around.
   
   Just a small note: without the `exec`, bash will be the `PID 1`, and the 
airflow process may not exit properly upon container exit. But I think 
`dumb-init` takes care of it in our case.


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