Please improve docs for worker version key and overrides #21547
Labels
content:edit
Request for content edits
documentation
Documentation edits
product:workers
Related to Workers product
Existing documentation URL(s)
https://developers.cloudflare.com/workers/configuration/versions-and-deployments/gradual-deployments/
What changes are you suggesting?
Cloudflare-Workers-Version-Key
andCloudflare-Workers-Version-Override
both sound like they can change which worker will respond to a request. I don't know what the difference is, I can't tell how it influences the "affinity" or how it would somehow influence later requests just because I sent one request with a key. Does it mean per keep-alive connection or curl session somehow? I don't understand how it would achieve affinity.A version override will only be applied if the specified version is in the current deployment
and realizing that it carries a lot of weight. Because it's quite unintuitive that I'm saving a worker version and it is clearly deployed in some form because the preview url exists and it is running.. and yet in this context it doesn't count as deployed at all. It needs me to do a special "gradual" version deployment where I can then set one of the versions to 0% and the other remains at 100% and now they both count as deployed and the version with 0% can still receive requests via header override.Additional information
No response
The text was updated successfully, but these errors were encountered: