Skip to content

fix: default the monitor restart window to 1 minute - #30

Merged
vthwang merged 2 commits into
mainfrom
fix/monitor-restart-window-default
Aug 18, 2026
Merged

fix: default the monitor restart window to 1 minute#30
vthwang merged 2 commits into
mainfrom
fix/monitor-restart-window-default

Conversation

@vthwang

@vthwang vthwang commented Aug 18, 2026

Copy link
Copy Markdown
Member

Resolved #29

A restart kept /monitor/workloads in alarm for 15 minutes after the pod
had recovered, so a 1-minute poller re-notified on every check until the
window expired.

- MONITOR_RESTART_WINDOW_MIN default 15 -> 1 (config, .env.example, Helm values)
- note in .env.example that the value should track the poller's interval

A crash loop still alarms on its own via CrashLoopBackOff, so persistent
failures stay visible; what the shorter window drops is a single restart
that lands between two polls.

Signed-off-by: vthwang <vthwang.work@gmail.com>
@vthwang vthwang self-assigned this Aug 18, 2026
@vthwang vthwang added the bug Something isn't working label Aug 18, 2026
The surrounding entries state what the value does, not how to pick it.

Signed-off-by: vthwang <vthwang.work@gmail.com>
@vthwang
vthwang merged commit 7262f90 into main Aug 18, 2026
1 check passed
@vthwang
vthwang deleted the fix/monitor-restart-window-default branch August 18, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update vtafarm Workflow Health Check Interval from 15 Minutes to 1 Minute

1 participant