Edge Canary Split

Use when rolling out a rewritten site (new framework, new Vercel project) behind an existing production domain gradually — cookie-sticky percentage split between two origins via a Cloudflare Worker on the zone route, with hashed build assets offloaded to R2 so asset traffic never invokes the worker. Covers why middleware-based canaries break CDN caching, the same-zone-subrequest HTTP trap, cross-bucket cache poisoning, and an R2 layout that survives many concurrent versions.

innei 1b659b2 4 files · 21.5 KB Updated

File contents

innei/skill/tree/main/skills/infrastructure/edge-canary-split commit 1b659b236a

Frequently asked questions

npx skillmds@latest add innei/edge-canary-split