You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "xifeng (Jira)" <ji...@apache.org> on 2020/01/02 02:44:00 UTC

[jira] [Created] (AIRFLOW-6422) Command line -D not working

xifeng created AIRFLOW-6422:
-------------------------------

             Summary: Command line -D not working
                 Key: AIRFLOW-6422
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6422
             Project: Apache Airflow
          Issue Type: Bug
          Components: cli
    Affects Versions: 1.10.6
            Reporter: xifeng


The problem is when I run "airflow webserver", everything is normal. But, when I run "airflow webserver -D" there is no any daemon process running on the background.

"airflow scheduler" is the same. "airflow scheduler -D" is also not working.

I'm running airflow in a docker container. the system is 

{code:text}
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.2 LTS"
VERSION_ID="18.04"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
{code}

few days ago, it used to work fine, maybe because I just upgraded the airflow from 1.10.2 to 1.10.6



--
This message was sent by Atlassian Jira
(v8.3.4#803005)