Setting a fixed region for a Worker to run on

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.

1 Like

This is not currently possible with workers. You are unable to choose the region which workers run.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.