Actions
Bug #6209
closedSome heartbeat are skipped in change only mode
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We define the heartbeat as a number of minute, as run length * interval
So, if we have a run every 5 minutes, and want a heartbeat each time, we define the heartbeat frequency to be 5 minutes
so, for 5 minutes, heartbeat are not sent.
If we consider two runs:
Run A, at 10:00, lasting 1 minutes
Run B, at 10:05, lasting 5 secondes
RunA will send its heartbeat at 10:01, for the run 10:00 -> 10:01
RunB will so not send any heartbeat, as 10:05 is before 10:01 + 5 minutes
Actions