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 2020/12/23 07:53:59 UTC

[GitHub] [airflow] dinsaw commented on issue #11456: OSError: [Errno 38] Socket operation on non-socket

dinsaw commented on issue #11456:
URL: https://github.com/apache/airflow/issues/11456#issuecomment-749993602


   I have also faced this same issue on Python 3.8.5, Ubuntu 20.04.1 LTS.
   As a workaround, I am starting both scheduler and web server on nohup instead of using `-D` option.
   ```
   nohup airflow scheduler >> airflow-scheduler-nohup.log 2>&1 &
   nohup airflow webserver -p 5044 >> airflow-webserver-nohup.log 2>&1 &
   ```
   


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