Skip to content

Commit

Permalink
rename concurrency label to max active tasks (#36691)
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 committed Jan 9, 2024
1 parent 4c6be54 commit 9cbfed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/templates/airflow/dag_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h3>{{ title }}</h3>
<td>{{ active_runs | length }} / {{ dag.max_active_runs }}</td>
</tr>
<tr>
<th>Concurrency</th>
<th>Max Active Tasks</th>
<td>{{ dag.max_active_tasks }}</td>
</tr>
<tr>
Expand Down

0 comments on commit 9cbfed4

Please sign in to comment.