What do you mean by force? If you set it then it should be on. You can’t force a location though
What do you mean by force? If you set it then it should be on. You can’t force a location though
Cf-Cache-Status is DYNAMIC Cf-Cache-Status is HIT 

fetch to a URL outside of my zone, polish is used...?package.json file. The main thing you care about is:scripts. In my case I use bun as why not. No need for pnpm workspace as this works the same if not better.bun main-site install or bun install depends on what you want to do.scripts in package.json so you can do something like bun main-site deploy or bun mail-worker devpackage.json and let bun to handle the rest.wrangler.toml storage bindingsi couldnt get it to work, i would get cache miss everytimeThe Cache API doesn't work/will always return miss in a bunch of environments, including dev
However, any Cache API operations in the Cloudflare Workers dashboard editor, Playground previews, and any *.workers.dev deployments will have no impact. For Workers fronted by Cloudflare Accesshttps://developers.cloudflare.com/workers/runtime-apis/cache/
, the Cache API is not currently available. Only Workers deployed to custom domains have access to functional cache operations.
DYNAMICHITscriptsscriptsbun main-site installbun installbun main-site deploybun mail-worker devworkers.api.error.malformed_param: must specify either 'script' or 'service' [code: 10004]...
"type": "module",
"workspaces": [
"projects/*"
],
"scripts": {
"stripe-worker": "cd projects/stripe-worker && bun",
"main-site": "cd projects/main-site && bun",
"mail-worker": "cd projects/mail-worker && bun"
},
...