docs: update CHANGELOG and README for v0.30.5 health probe changes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
## Changelog
|
||||
|
||||
### v0.30.5 — Health Probe: Fast Initial Checking (2026-02-25)
|
||||
|
||||
#### Improved
|
||||
- **Clear stale health probes on start/restart** — `StartStack` and `RestartStack` now clear the previous `HealthProbe` result, preventing stale "unhealthy" state from being re-applied by `RefreshStatus`
|
||||
- **Fast 10s probing until healthy** — Stacks with no probe result (just started) or failing probes use 10-second intervals instead of waiting the full 5-minute default; reverts to normal interval once healthy
|
||||
- **Scheduler frequency 1m → 10s** — Health probe scheduler runs every 10 seconds (interval logic inside `RunHealthProbes` skips stacks that don't need probing, so no extra overhead for healthy stacks)
|
||||
|
||||
### v0.30.4 — Deep Bug Hunt II: Concurrency, Security & Optimization (2026-02-25)
|
||||
|
||||
#### Fixed (Critical)
|
||||
|
||||
Reference in New Issue
Block a user