You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Xiaodong DENG (JIRA)" <ji...@apache.org> on 2019/01/29 08:17:00 UTC

[jira] [Created] (AIRFLOW-3782) Minor refinement of worker_autoscale in airflow.cfg template

Xiaodong DENG created AIRFLOW-3782:
--------------------------------------

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


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)