Hive Hive
Sign in

Runner-cache builds now fall back to the public cache when a private Kura node is unready

Metadata
Source
GitHub
Version
server@1.219.2
Published
Jun 24, 2026 · 12:42 UTC
Repository
tuist/tuist
Update

Fixed a bug where builds were routed to a dead private cache endpoint when the underlying Kura node went unready, causing module-cache downloads to time out. The runner-cache dispatch is now readiness-aware: when a private node-port server stops reporting ready, builds are automatically degraded to the public cache instead of timing out. This prevents widespread CI and macOS runner build failures during Kura mesh outages.