|
Repo Added
|
Files
143
|
Badge
README BADGES
|
gitlab-ci
fix: Default RetryPollIntervalSeconds to 300 seconds RetryPollIntervalSeconds defaulted to 0 seconds, meaning any config not setting RetryPollIntervalSeconds would retry polling with a 0 second delay. Default to 300 seconds, matching the Go client's fallback for unset values. Ticket: MEN-9719 Changelog: Fix an issue where leaving RetryPollIntervalSeconds unset in mender.conf causes failed inventory and deployment polls to be retried without any delay. The default is now 300 seconds, with retries backing off from 60 seconds up to this maximum. This aligns the default with the Go client and the example production mender.conf. Signed-off-by: Daniel Skinstad Drabitzius <daniel.drabitzius@northern.tech> (cherry picked from commit c47b44b14)
9059 of 11100 relevant lines covered (81.61%)
20562.12 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 2600458926 | pr_1973 | fix: Default RetryPollIntervalSeconds to 300 seconds RetryPollIntervalSeconds defaulted to 0 seconds, meaning any config not setting RetryPollIntervalSeconds would retry polling with a 0 second delay. Default to 300 seconds, matching the Go clien... | Pull #1973 | gitlab-ci |
81.61 |