docs(matrix): LAB-728 client-L1 SWR row — rs ships serve-stale + single-flight refresh#43
docs(matrix): LAB-728 client-L1 SWR row — rs ships serve-stale + single-flight refresh#4327Bslash6 wants to merge 1 commit into
Conversation
…t refresh (LAB-728)
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 34 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Conflict in |
Companion to cachekit-io/cachekit-rs#47 (LAB-728).
Adds a dedicated Stale-while-revalidate (client L1) row to Reliability Features, split from the existing (server stale-grace) row — they are different features (client L1 serving policy vs the LAB-381 SaaS grace window) and folding rs's new capability into the stampede cell would have kept conflating them.
Cell-by-cell, code-verified:
#[cachekit]→interop_get_swr→L1Cache::get_with_swr, refresh deduped through the cold-misssingle_flight(); non-blocking + exactly-once behaviour is asserted byswr_testsin rs#47. Default on / ratio 0.5 ± 10% jitter, native only.backend=None, LAB-106); the backed-mode ✓ was precisely the LAB-388 dead-code trust bug and stays flagged as such.getWithSwrinwrap()(version tokens,maxConcurrentRefreshes), including the Workers-entrypoint force-off already documented in footnote ¹.Deliberately does not touch the circuit-breaker / stampede / locking cells — #35 (LAB-518) already covers those; only the Last updated line will need a trivial rebase whichever lands second.