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 2019/01/02 22:05:54 UTC

[GitHub] verdan commented on a change in pull request #4339: [AIRFLOW-3303] Deprecate old UI in favor of FAB

verdan commented on a change in pull request #4339: [AIRFLOW-3303] Deprecate old UI in favor of FAB
URL: https://github.com/apache/incubator-airflow/pull/4339#discussion_r244868664
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -888,7 +882,7 @@ def webserver(args):
             '-b', args.hostname + ':' + str(args.port),
             '-n', 'airflow-webserver',
             '-p', str(pid),
-            '-c', 'python:airflow.www.gunicorn_config',
+            # '-c', 'python:airflow.www.gunicorn_config',
 
 Review comment:
   Ah, I need to remove this line. As these settings were specific to the older version, I was testing things by commenting out code. Will remove this once the review is complete. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services