ops: Widen validate-check for upstream/write/rate failures #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
#29 landed "is it caching?" via hit/miss in
make validate-check. Metrics already exposeupstream_errors/cache_write_failures/rate_limited, but the Quick check ignores them — so a hot failure path can look "fine" if hits exist.Why
One glance should answer: caching, and the upstream pipe isn't on fire.
Scope
make validate-checkoutputAcceptance
make validate-checksurfaces upstream errors, write failures, and rate limits alongside hit/missOut of scope
From Forge Meeting (Linus ops list; Justin asked these filed).