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

Azure / karpenter-provider-azure / 22709151243 / 1
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: matthchr/labels-restrictions
DEFAULT BRANCH: main
Ran 05 Mar 2026 08:40AM UTC
Files 154
Run time 6s
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

05 Mar 2026 08:26AM UTC coverage: 94.257% (+0.004%) from 94.253%
22709151243.1

Pull #1467

github

comtalyst
feat: add LIST-based machine cache to reduce GET Machine API calls

At 1K-node scale, individual GET Machine calls from drift checks and
reconciliation cause severe throttling (6,594 GET 429s at 17-29s latency
each in Telescope run 55575). This cache converts O(N) individual GET
calls into O(1) cached lookups by caching LIST Machine results.

Design:
- List() populates the cache (replaces all entries)
- Get() consults cache first; falls through to API on miss/stale
- Mutating ops (Create, Update, Delete) invalidate affected entries
- TTL-based expiry (30s default) ensures bounded staleness
- Thread-safe with sync.RWMutex
- Zero TTL disables caching for testing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #1467: perf: add LIST-based machine cache to reduce GET throttling

58687 of 62263 relevant lines covered (94.26%)

0.96 hits per line

Source Files on job 22709151243.1
  • Tree
  • List 154
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22709151243
  • 5533d5d5 on github
  • Prev Job for on comtalyst/list-cache (#22708773305.1)
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

© 2026 Coveralls, Inc