Skip to content

Commit

Permalink
Reword changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Feb 27, 2025
1 parent 373ab07 commit c2959b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ All notable changes to this project will be documented in this file.
- Support configuring the scaler reconcile interval ([#61]).
- Add simple web-based dashboard that shows the current state and query counts of all clusters.
This makes it easier to debug state transitions of clusters ([#62]).
- 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 clusters are unhealthy, queries are queued.\
Note: Use the now configurable scaler reconcile interval to detect cluster changes quickly ([#63]).
- Add `Unhealthy` cluster state.
This state is entered once the readiness check of a cluster in the `Ready` state fails.
The cluster will remain in the `Unhealthy` state until the scaler marks that cluster as `Ready` again.
`Unhealthy` clusters won't get any new queries; if all clusters are unhealthy, new queries will be queued.
The cluster health check interval can be configured using the scaler reconcile interval ([#63]).

### Changed

Expand Down

0 comments on commit c2959b1

Please sign in to comment.