[
https://issues.apache.org/jira/browse/AIRFLOW-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David de L. updated AIRFLOW-4427:
---------------------------------
Description:
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.
[https://github.com/apache/airflow/pull/5202]
was: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.
> Add Gunicorn params to webserver (#5202)
> ----------------------------------------
>
> Key: AIRFLOW-4427
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4427
> Project: Apache Airflow
> Issue Type: Improvement
> Components: webserver
> Affects Versions: 1.10.3
> Reporter: David de L.
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.4
>
>
> 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.
> [https://github.com/apache/airflow/pull/5202]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)