[
https://issues.apache.org/jira/browse/AIRFLOW-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026627#comment-16026627
]
ASF subversion and git services commented on AIRFLOW-1248:
----------------------------------------------------------
Commit 92314f33feb60b91dd8f29af1ad526978a49446a in incubator-airflow's branch
refs/heads/master from [~sekikn]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=92314f3 ]
[AIRFLOW-1248] Fix wrong conf name for worker timeout
The parameter `web_server_worker_timeout` is
wrongly
referenced by airflow/bin/cli.py. This PR fixes
it.
Closes #2328 from sekikn/AIRFLOW-1248
> Fix inconsistent configuration name for worker timeout
> ------------------------------------------------------
>
> Key: AIRFLOW-1248
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1248
> Project: Apache Airflow
> Issue Type: Bug
> Components: configuration, webserver
> Reporter: Kengo Seki
> Assignee: Kengo Seki
>
> A parameter called {{web_server_worker_timeout}} is defined in airflow.cfg:
> {code:title=airflow/config_templates/default_airflow.cfg}
> # Number of seconds the gunicorn webserver waits before timing out on a worker
> web_server_worker_timeout = 120
> {code}
> but it's wrongly referenced at the following location in cli.py:
> {code:title=airflow/bin/cli.py}
> 738 worker_timeout = (args.worker_timeout or
> 739 conf.get('webserver', 'webserver_worker_timeout'))
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)