You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (Jira)" <ji...@apache.org> on 2019/12/16 11:40:00 UTC

[jira] [Resolved] (AIRFLOW-4488) 'max_active_dag_runs_per_dag' typo in 1.10-stable branch

     [ https://issues.apache.org/jira/browse/AIRFLOW-4488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-4488.
---------------------------------
    Fix Version/s: 1.10.7
       Resolution: Fixed

> 'max_active_dag_runs_per_dag' typo in 1.10-stable branch
> --------------------------------------------------------
>
>                 Key: AIRFLOW-4488
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4488
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui
>    Affects Versions: 1.10.3
>            Reporter: t oo
>            Priority: Minor
>             Fix For: 1.10.7
>
>
> Note: this issue only affects v1-10 (stable and test) branch NOT master branch (as master has been refactored)
> 'max_active_dag_runs_per_dag' is printed on the ui but this is not a valid variable. The valid variable name is 'max_active_runs_per_dag' as per __init__.py and default_airflow.cfg
> Line with the issue:
> https://github.com/apache/airflow/blob/v1-10-test/airflow/www/views.py#L944
> *actual:*
> <code>max_active_dag_runs_per_dag</code>
> *expected:*
> <code>max_active_runs_per_dag</code>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)