• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mendersoftware / mender-connect
70%
master: 70%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/stretchr/testify-1.11.1
DEFAULT BRANCH: master
Repo Added 24 Dec 2020 02:52PM UTC
Files 36
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH change-backoff-values
branch: change-backoff-values
CHANGE BRANCH
x
Reset
  • change-backoff-values
  • 1.0.0
  • 1.0.0-build2
  • 1.0.1
  • 1.0.1-build2
  • 1.0.1-build4
  • 1.0.1-build6
  • 1.0.1-build9
  • 1.0.2
  • 1.0.2-build1
  • 1.0.3
  • 1.0.3-build10
  • 1.0.3-build3
  • 1.0.x
  • 1.1.0
  • 1.1.0-build1
  • 1.1.0-build10
  • 1.1.0-build11
  • 1.1.0-build7
  • 1.1.0-build8
  • 1.1.1
  • 1.1.1-build2
  • 1.1.1-build3
  • 1.1.x
  • 1.2.0
  • 1.2.0-build1
  • 1.2.0-build2
  • 1.2.0-build3
  • 1.2.0-build4
  • 1.2.0-build5
  • 1.2.1
  • 1.2.1-build1
  • 1.2.1-build2
  • 1.2.1-build4
  • 1.2.1-build5
  • 1.2.1-build6
  • 1.2.1-build7
  • 1.2.1-build8
  • 1.2.1-build9
  • 1.2.x
  • 2.0.0
  • 2.0.0-build10
  • 2.0.0-build2
  • 2.0.0-build3
  • 2.0.0-build4
  • 2.0.0-build5
  • 2.0.0-build6
  • 2.0.0-build7
  • 2.0.0-build8
  • 2.0.0-build9
  • 2.0.1
  • 2.0.1-build1
  • 2.0.x
  • 2.1.0
  • 2.1.0-build1
  • 2.1.0-build2
  • 2.1.0-build3
  • 2.1.0-build4
  • 2.1.0-build5
  • 2.1.0-build6
  • 2.1.0-build7
  • 2.1.0-build8
  • 2.1.1
  • 2.1.1-build1
  • 2.1.1-build2
  • 2.1.1-build3
  • 2.1.1-build4
  • 2.1.1-build5
  • 2.1.1-build6
  • 2.1.2
  • 2.1.2-build1
  • 2.1.2-build13
  • 2.1.2-build14
  • 2.1.2-build2
  • 2.1.2-build3
  • 2.1.2-build5
  • 2.1.2-build7
  • 2.1.2-build9
  • 2.1.x
  • 2.2.0
  • 2.2.0-build1
  • 2.2.0-build2
  • 2.2.0-build3
  • 2.2.0-build4
  • 2.2.1
  • 2.2.1-build1
  • 2.2.1-build2
  • 2.2.x
  • 2.2.x-ci-pipeline-fixes
  • 2.3.0
  • 2.3.0-build1
  • 2.3.0-build2
  • 2.3.0-build3
  • 2.3.0-build4
  • 2.3.0-build5
  • 2.3.0-build6
  • 2.3.0-build7
  • 2.3.0-build8
  • 2.3.1
  • 2.3.1-build1
  • 2.3.1-build2
  • 2.3.1-build3
  • 2.3.x
  • QA-764
  • bump-license
  • cherry-2.3.x-bump-license
  • cherry-2.3.x-preserve-groups
  • dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • expireafteridle-default-value
  • feature-portforward
  • master
  • pr_36
  • pr_37
  • pr_40
  • preserve-groups
  • qa-1017
  • remove-dynamic-format-strings
  • revert-QA-764

03 Jul 2025 10:58AM UTC coverage: 69.769% (-0.08%) from 69.848%
1904437744

Pull #157

gitlab-ci

danielskinstad
feat: lower backoff intervals

The previous backoff had a starting interval at 1
minute and a max backoff at 60 minutes. When it reached 60 minutes it
would linearly increase to 120 minutes minutes where it would keep
retrying.

The backoff will now start at 1 second and exponentially increase after
3 retries until it reaches 30 minutes where it will keep retrying.
For each interval a jitter between 0 and 5 seconds will be added.

Ticket: ME-546
Changelog: Commit

Signed-off-by: Daniel Skinstad Drabitzius <daniel.drabitzius@northern.tech>
Pull Request #157: feat: lower backoff intervals

7 of 8 new or added lines in 1 file covered. (87.5%)

1 existing line in 1 file now uncovered.

2474 of 3546 relevant lines covered (69.77%)

6.11 hits per line

Relevant lines Covered
Build:
Build:
3546 RELEVANT LINES 2474 COVERED LINES
6.11 HITS PER LINE
Source Files on change-backoff-values
  • Tree
  • List 36
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1904437744 change-backoff-values feat: lower backoff intervals The previous backoff had a starting interval at 1 minute and a max backoff at 60 minutes. When it reached 60 minutes it would linearly increase to 120 minutes minutes where it would keep retrying. The backoff will n... Pull #157 03 Jul 2025 11:08AM UTC danielskinstad gitlab-ci
69.77
1902745890 change-backoff-values feat: lower backoff intervals The previous backoff had a starting interval at 1 minute and a max backoff at 60 minutes. When it reached 60 minutes it would linearly increase to 120 minutes minutes where it would keep retrying. The backoff will n... Pull #157 02 Jul 2025 03:29PM UTC danielskinstad gitlab-ci
69.76
1902737498 change-backoff-values feat: lower backoff intervals The previous backoff had a starting interval at 1 minute and a max backoff at 60 minutes. When it reached 60 minutes it would linearly increase to 120 minutes minutes where it would keep retrying. The backoff will n... Pull #157 02 Jul 2025 03:27PM UTC danielskinstad gitlab-ci
69.84
1902742483 change-backoff-values feat: lower backoff intervals The previous backoff had a starting interval at 1 minute and a max backoff at 60 minutes. When it reached 60 minutes it would linearly increase to 120 minutes minutes where it would keep retrying. The backoff will n... Pull #157 02 Jul 2025 03:25PM UTC danielskinstad gitlab-ci
69.76
1902682456 change-backoff-values feat: lower backoff intervals The previous backoff had a starting interval at 1 minute and a max backoff at 60 minutes. When it reached 60 minutes it would linearly increase to 120 minutes minutes where it would keep retrying. The backoff will n... Pull #157 02 Jul 2025 03:08PM UTC danielskinstad gitlab-ci
69.84
1902674345 change-backoff-values feat: lower backoff intervals The previous backoff had a starting interval at 1 minute and a max backoff at 60 minutes. When it reached 60 minutes it would linearly increase to 120 minutes minutes where it would keep retrying. The backoff will n... Pull #157 02 Jul 2025 03:07PM UTC danielskinstad gitlab-ci
70.13
See All Builds (735)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc