[GitHub] [airflow] potiuk commented on a change in pull request #9378: Fixed crashing webserver after /tmp is mounted from the host

2020-06-18 Thread GitBox
potiuk commented on a change in pull request #9378: URL: https://github.com/apache/airflow/pull/9378#discussion_r442214812 ## File path: Dockerfile.ci ## @@ -315,6 +315,9 @@ WORKDIR ${AIRFLOW_SOURCES} ENV PATH="${HOME}:${PATH}" +# Needed to stop Gunicorn from crashing when

[GitHub] [airflow] potiuk commented on a change in pull request #9378: Fixed crashing webserver after /tmp is mounted from the host

2020-06-18 Thread GitBox
potiuk commented on a change in pull request #9378: URL: https://github.com/apache/airflow/pull/9378#discussion_r442247207 ## File path: Dockerfile.ci ## @@ -315,6 +315,9 @@ WORKDIR ${AIRFLOW_SOURCES} ENV PATH="${HOME}:${PATH}" +# Needed to stop Gunicorn from crashing when

[GitHub] [airflow] potiuk commented on a change in pull request #9378: Fixed crashing webserver after /tmp is mounted from the host

2020-06-18 Thread GitBox
potiuk commented on a change in pull request #9378: URL: https://github.com/apache/airflow/pull/9378#discussion_r442266574 ## File path: Dockerfile.ci ## @@ -315,6 +315,9 @@ WORKDIR ${AIRFLOW_SOURCES} ENV PATH="${HOME}:${PATH}" +# Needed to stop Gunicorn from crashing when

[GitHub] [airflow] potiuk commented on a change in pull request #9378: Fixed crashing webserver after /tmp is mounted from the host

2020-06-18 Thread GitBox
potiuk commented on a change in pull request #9378: URL: https://github.com/apache/airflow/pull/9378#discussion_r442270993 ## File path: Dockerfile.ci ## @@ -315,6 +315,9 @@ WORKDIR ${AIRFLOW_SOURCES} ENV PATH="${HOME}:${PATH}" +# Needed to stop Gunicorn from crashing when