[
https://issues.apache.org/jira/browse/AIRFLOW-3782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16757266#comment-16757266
]
ASF subversion and git services commented on AIRFLOW-3782:
----------------------------------------------------------
Commit 11f5032527dd5dc854b32cb5fef4651ea5522d43 in airflow's branch
refs/heads/master from Xiaodong
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=11f5032 ]
[AIRFLOW-3782] Clarify docs around celery worker_autoscale in
default_airflow.cfg (#4609)
Celery supports `autoscale` by accepting values in format
"max_concurrency,min_concurrency".
But the default value in default_airflow.cfg is wrong, and the comment can be
clearer.
> Minor refinement of worker_autoscale in airflow.cfg template
> ------------------------------------------------------------
>
> Key: AIRFLOW-3782
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3782
> Project: Apache Airflow
> Issue Type: Improvement
> Components: configuration
> Affects Versions: 1.10.2
> Reporter: Xiaodong DENG
> Assignee: Xiaodong DENG
> Priority: Minor
>
> The default value in default_airflow.cfg is
> `{color:#6a737d}#{color}{color:#6a737d} worker_autoscale = 12,16{color}`.
> It's somehow misleading and user may just change it in-place in a
> "minimum,maximum" style while Celery only supports formats like
> "{color:#333333}--{color}autoscale{color:#333333}={color}{color:#0000dd}10{color},{color:#0000dd}3{color}".
> i.e. it should be "{color:#3e4349}max_concurrency,
> min_concurrency{color}".{color:#0000dd}
> {color}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)