You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/09 06:00:40 UTC

[GitHub] [airflow] KevinYang21 commented on issue #6023: [AIRFLOW-5417] Fix DB disconnects during webserver startup

KevinYang21 commented on issue #6023: [AIRFLOW-5417] Fix DB disconnects during webserver startup
URL: https://github.com/apache/airflow/pull/6023#issuecomment-529311930
 
 
   @potiuk thanks for reviewing and the idea. Actually I think the cost is actually less if we just remove the session. We have to recreate the connection but either way we'll have to use two connections to finish all the init steps. Removing a session from a scoped session is very safe but I'm not that sure about the safeness of parallelly initializing the app.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services