I’ve had a lot of trouble with Fly starting up my app and postgres in regions that I never configured it to, so I’m trying to scale everything back to a single region for now.
Unfortunately, I’m getting this:
~ 🐻
$ fly regions list -a withered-frost-3196
Update available 0.0.420 -> v0.0.424.
Run "fly version update" to upgrade.
Region Pool:
dfw
Backup Region:
~ 🐻
$ fly status -a withered-frost-3196
Update available 0.0.420 -> v0.0.424.
Run "fly version update" to upgrade.
App
Name = withered-frost-3196
Owner = personal
Version = 206
Status = running
Hostname = withered-frost-3196.fly.dev
Platform = nomad
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
b8527902 app 203 dfw run running 2 total, 2 passing 0 2022-10-25T16:24:05Z
b4a57858 app 195 ams run running 2 total, 1 passing, 1 critical 0 2022-10-21T03:21:14Z
Everyone being directed to ams
is getting the bad region. For the last several hours at least this has been a problem. I’ve tried everything I know (which granted is not a lot) and that region refuses to die.
The scale count was 2 because I thought I needed it for my deployment strategy, but I don’t think that’s the case. So I reduced it to 1. Please help asap.