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/04/29 12:00:35 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5202: Gunicorn params

ashb commented on a change in pull request #5202: Gunicorn params
URL: https://github.com/apache/airflow/pull/5202#discussion_r279333361
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -1988,6 +1993,15 @@ class CLIFactory(object):
             default=conf.get('webserver', 'ERROR_LOGFILE'),
             help="The logfile to store the webserver error log. Use '-' to print to "
                  "stderr."),
+        'gunicorn_params': Arg(
 
 Review comment:
   This has come up before - I think it is possible already by using the `GUNICORN_CMD_ARGS` env var.
   
   If you don't want to specify them that way, then I would rather we added this feature by using ArgumentParser.parse_known_args so that it would be possible to run it like `airflow webserver --limit-request-line=0 --limit_request_fields=100` to avoid the args-as-a-single-string

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services