Purge the edge after a repair, or verify answers per PoP (#89) #90

Merged
archvillainette merged 1 commits from docs/repair-then-purge into main 2026-07-31 23:13:56 +00:00
1 Commits
Author SHA1 Message Date
archvillainetteandClaude Opus 5 53cd6a79fb docs(nwsync): purge the edge after a repair, or verify answers per PoP
ci / ci (pull_request) Successful in 3m31s
emit --verify repairs the storage zone; verify reads the pull zone in
front of it, on purpose, because the edge is what a player gets. A repair
is the first thing that ever makes a content-addressed key serve
different bytes, so between the two a warm PoP still answers with the old
blob and a cold one with the new — and verify's verdict settles nothing
until the zone is purged.

The purge stays out of emit: it is one call for the whole zone after a
repair, against a CDN credential emit deliberately does not hold. The
procedure itself lives in sow-platform's NWSync runbook.

Closes #89.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-01 00:52:00 +02:00