From a9726afade3101a1ffa6cb89c8e243a0b5b33621 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 25 Feb 2025 10:51:49 +0100 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4831b75..fa10fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. - Add a new cluster state `Unhealthy`. This state is entered once the readiness check of a `Ready` cluster fails (the check is implemented in the scaler implementation). The `Unhealthy` state is kept until the scaler marks that Cluster as ready again. - `Unhealthy` clusters won't get any new queries, if all queries are unhealthy queries are queued. + `Unhealthy` clusters won't get any new queries, if all clusters are unhealthy, queries are queued.
Note: Use the now configurable scaler reconcile interval to detect cluster changes quickly ([#63]). ### Changed