How do I pin the app to a very specific region?

I’m running a background service, and it needs to be in a very specific region as the other services that it talks to.

I set fly region, but on a new deploy, it would constantly bounce to a different fallback region.

Example, I set region to EWR, but on deploy it likes to go to VIN.

fly regions set ewr
fly regions backup set ewr

1 Like

It worked! Thanks!

2 Likes