Running Worker on a specific Location

For Workers & Pages, what is the name of the domain?

exampledomain

What is the issue or error you’re encountering

Hi, I have a worker that needs to run on specific location namely Frankfurt. It talking with couple of API’s that are located in Frankfurt. Therefore I would like to be close them. Can I force the worker, what I can do I’m open to any suggestion??

Smart Placement sounds like exactly what you want:

It will place your Worker close to where your backend is :slight_smile:

1 Like

Hey, thank you for your fast response. in that case, we have a limited influence about where it will be running, haven’t we?

Besides that, can we see which location is my worker is running?(from response header etc). Running one instance also okey for my case btw.(I will convert my worker to durable object)