Does Cloudflare support setting a single region on which a Worker will run? Being Workers just edge functions, I believe this would be fairly simple to implement.
In Vercel, for example, you can specify an array of regions where your edge functions will run.
I was wondering if this was possible because I’m fetching data from a region-sensitive third-party, and I need the subrequest to always be executed from the same country, independently of the requester’s region.