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

stacklok / toolhive / 29824312474
69%

Build:
DEFAULT BRANCH: main
Ran 21 Jul 2026 11:04AM UTC
Jobs 1
Files 808
Run time 2min
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

21 Jul 2026 10:58AM UTC coverage: 68.836% (+0.008%) from 68.828%
29824312474

push

github

web-flow
Warm ingress Squid peer connections with standby=2 (#5887)

Non-stdio workloads are fronted by a Squid ingress reverse proxy. Its
cache_peer opened upstream connections lazily, so on a cold start the
first GET /mcp SSE stream paid inline DNS + TCP connect latency while a
later tools/call POST reused a warmed path. The POST then reached the
server and ran its handler before the standalone GET SSE stream was
established, leaving a server-initiated request (e.g. sampling) with no
stream to ride until the client's 60s timeout.

Add standby=2 to the ingress cache_peer so Squid maintains warm idle
upstream connections; the first GET is forwarded without inline connect
latency, removing the GET-vs-POST reorder. Config-only, no ACL change.

Verified on the diagnostics branch: a cold-start conformance comparison
went from ~1/3 (squid-only) and ~2/3 (full stack) sampling failures to
0/8 on every tier with this change.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

6 of 6 new or added lines in 1 file covered. (100.0%)

7 existing lines in 2 files now uncovered.

75704 of 109977 relevant lines covered (68.84%)

72.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
76.15
-5.5% pkg/secrets/keyring/keyctl_linux.go
1
61.86
0.17% pkg/workloads/manager.go
Jobs
ID Job ID Ran Files Coverage
1 29824312474.1 21 Jul 2026 11:04AM UTC 808
68.84
GitHub Action Run
Source Files on build 29824312474
  • Tree
  • List 808
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29824312474
  • 4f0ac152 on github
  • Prev Build on main (#29770527329)
  • Next Build on main (#29828060653)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc