Skip to content

Commit

Permalink
Fix wrong scheduling policy name from weight to weighted
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-kondziolka committed Aug 29, 2023
1 parent 482f755 commit 6400625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/admin/resource-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ are reflected automatically for incoming queries.
- `query_priority`: all sub-groups must also be configured with `query_priority`.
Queued queries are selected strictly according to their priority.

- `schedulingWeight` (optional): weight of this sub-group used in `weight`
- `schedulingWeight` (optional): weight of this sub-group used in `weighted`
and the `weighted_fair` scheduling policy. Defaults to `1`. See
{ref}`scheduleweight-example`.

Expand Down

0 comments on commit 6400625

Please sign in to comment.