You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ruslan Dautkhanov (JIRA)" <ji...@apache.org> on 2017/03/17 21:19:41 UTC

[jira] [Created] (AIRFLOW-1004) `airflow webserver -D` runs in foreground

Ruslan Dautkhanov created AIRFLOW-1004:
------------------------------------------

             Summary: `airflow webserver -D` runs in foreground
                 Key: AIRFLOW-1004
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1004
             Project: Apache Airflow
          Issue Type: Bug
          Components: webserver
            Reporter: Ruslan Dautkhanov


airflow webserver doesn't want to daemonize

{noformat}
$ airflow webserver --daemon
[2017-03-17 00:06:37,553] {__init__.py:57} INFO - Using executor LocalExecutor

.. skip ..
Running the Gunicorn Server with:
Workers: 4 sync
Host: 0.0.0.0:18111
Timeout: 120
Logfiles: - -
=================================================================
[2017-03-17 00:06:39,744] {__init__.py:57} INFO - Using executor LocalExecutor
{noformat}

webserver keeps running in foreground. 

Sent email regarding this issue to dev list and according to [~bolke],
"This is a (known) bug, since the introduction of the rolling restarts"



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)