Skip to content

Commit

Permalink
Fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Feb 25, 2025
1 parent 78f47ec commit a9726af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<br>Note: Use the now configurable scaler reconcile interval to detect cluster changes quickly ([#63]).

### Changed
Expand Down

0 comments on commit a9726af

Please sign in to comment.