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

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

Build:
Build:
LAST BUILD BRANCH: comtalyst/spot-systempool-header
DEFAULT BRANCH: main
Ran 07 Mar 2026 12:40PM UTC
Files 154
Run time 3s
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

07 Mar 2026 12:28PM UTC coverage: 94.263%. First build
22799060838.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

58691 of 62263 relevant lines covered (94.26%)

0.96 hits per line

Source Files on job 22799060838.1
  • Tree
  • List 154
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22799060838
  • 9ad8d5b9 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

© 2026 Coveralls, Inc