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
Updated by Nicolas CHARLES almost 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from Nicolas CHARLES to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/810
Updated by Nicolas CHARLES almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset 039c8a2a481e17c609633e7a3c6f7e60e3a2bf0d.
Updated by Vincent MEMBRÉ almost 10 years ago
Applied in changeset 7b469a1bf67c3a94cad8618e45c576b453ef24d9.
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.0, which was released on 2015/02/16
- Announcement 3.0
- Changelog 3.0
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions