fix(cdn): purge the staging zone too #181

Merged
pat-s merged 1 commit from fix/purge-staging-zone into main 2026-08-31 10:31:35 +00:00

2026-08-31

fix(cdn): purge the staging zone too
cran-rpkgs-test was added as a second pull zone on the same B2 origin but
never added to the purge list, so it kept serving pre-reindex indexes
behind the same ~370 day cache_expiration_time as production.

That is not cosmetic: a verification run against staging measures whatever
the edge still holds. amd64/alpine323 reported 161 regressions there while
production, freshly purged, reported zero for the same objects. The
staging zone exists to be measured, so it has to be purged like any other.
2026-08-31 10:28:08 +00:00