ashb commented on a change in pull request #4174: [AIRFLOW-571] Airflow CLI: 
add gunicorn_config param and refactor webserver cli function
URL: https://github.com/apache/incubator-airflow/pull/4174#discussion_r240124650
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -1777,6 +1800,13 @@ class CLIFactory(object):
             default=conf.get('webserver', 'ERROR_LOGFILE'),
             help="The logfile to store the webserver error log. Use '-' to 
print to "
                  "stderr."),
+        'gunicorn_config': Arg(
 
 Review comment:
   We don't need this and `parse_unknown_args` - just one is sufficient.

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


With regards,
Apache Git Services

Reply via email to