How does Cloudflare-Workers-Version-Key work?
I want to gradually deploy a new version of multiple workers, can I do so with the versions of the workers in sync?
If workers A/B/C all have a 90/10 split in version, and I add Cloudflare-Workers-Version-Key to all requests in between the workers, will they always choose the same split bucket, e.g., the 10% bucket? Or will the key be used to randomly determine which of the version ids and so there's no guarantee that the multiple workers are in sync together.
0 Replies