Fix #3 by adding a cooldown to the master election process
Container image / image (push) Successful in 1m40s

This commit is contained in:
2026-05-15 07:32:15 +00:00
parent c55482664c
commit ed25e9ed68
3 changed files with 189 additions and 7 deletions
+9
View File
@@ -4,6 +4,15 @@ All notable changes to this project are documented here. The format
follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- #3 Master going up in the same window as service going up moves unknown -> online to ignore alert
Added a cooldown to the master election process.
- #1 Previously up services are alerted as going back up if the master goes down
Ignore `unknown` -> `online` transitions during master election cooldown.
## [v0.0.2] — 2026-05-15
### Fixed