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 08:04:37 UTC

[GitHub] [airflow] yrik opened a new pull request #5202: Gunicorn params

yrik opened a new pull request #5202: Gunicorn params
URL: https://github.com/apache/airflow/pull/5202
 
 
   Airflow uses gunicorn under the hood to run the web server, however, there is no way to pass configuration parameters to it. For example, we are using the rest-api plugin for the airflow to start tasks from API, and we are facing the issue that the POST request is limited to the 4096 characters. We would like to increase that limit.

----------------------------------------------------------------
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