do apps deploy to multiple regions automatically?

I’m building a Remix blog based on Kent C. Dodds’s and it’s going pretty well but when I get to Redis LRU cache it fails initially trying to connect to replicas in regions I haven’t intentionally set my app to function/deploy to:

The FLY_REGION appears to be “random” and if I add that region as a mounted volume it starts working after a minute.

This is a poorly explained problem and I’m out of my depth, but could use some help if possible :wave:

I’m guessing this has to do with fly’s backup regions.
I personally disabled them for similar reasons.

You can disable them with fly regions backup $PRIMARY_REGION

1 Like

hero! thanks so much :tada:

1 Like