ashb commented on issue #4174: [AIRFLOW-571] Airflow CLI: add gunicorn_config param and refactor webserver cli function URL: https://github.com/apache/incubator-airflow/pull/4174#issuecomment-439127715 Oh, I just found this in the Gunicorn docs http://docs.gunicorn.org/en/stable/settings.html#settings > Settings can be specified by using environment variable GUNICORN_CMD_ARGS. All available command line arguments can be used. For example, to specify the bind address and number of workers: > > ```sh > $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app > ``` Do we need special code in Airflow to handle this, or is it worth just adding someething to our docs to mention this?
---------------------------------------------------------------- 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
