We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45824a1 commit 945a7e8Copy full SHA for 945a7e8
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master / unreleased
4
5
+* [CHANGE] Enables query-scheduler by default
6
+
7
## 1.13.2 / 2023-04-29
8
9
* [CHANGE] Use policy/v1 PodDisruptionBudget to support k8s 1.25+
cortex/config.libsonnet
@@ -371,7 +371,7 @@
371
alertmanager_enabled: false,
372
373
// Enables query-scheduler component, and reconfigures querier and query-frontend to use it.
374
- query_scheduler_enabled: false,
+ query_scheduler_enabled: true,
375
376
// Enables streaming of chunks from ingesters using blocks.
377
// Changing it will not cause new rollout of ingesters, as it gets passed to them via runtime-config.
0 commit comments