potiuk commented on issue #12969:
URL: https://github.com/apache/airflow/issues/12969#issuecomment-744086409


   This seems like \close encounter of a 3rd kind' for both  logging + orm  
when we use fork + multiprocessing. 
   
   It looks like we can get either logging behavior or ORM session working (but 
not both)  when the process exits. 
   
   Either we get ORM/session closing but logging.shutdown() is not called at 
all -  or logging.shutdown() called but ORM session is reset to None by that 
time and failing the logging code. 


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