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:
[email protected]


Reply via email to