Autoscaling not distributing correctly

Hey,

I’m trying to deploy one instance to each of three regions:

flyctl regions list
Region Pool:
fra
sin
sjc
Backup Region:
ams
cdg
hkg
lax
nrt
sea

However for some reason they are only being deployed to one:

ID       VERSION REGION DESIRED STATUS  HEALTH CHECKS      RESTARTS CREATED
ce2adbf2 22      sin    run     running 1 total, 1 passing 0        1m41s ago
0468ea97 22      sin    run     running 1 total, 1 passing 0        2m34s ago
e991ddb6 22      sin    run     running 1 total, 1 passing 0        3m22s ago

I have the following setting:

flyctl autoscale show
     Scale Mode: Standard
      Min Count: 3
      Max Count: 10

According to the docs, Standard implies that one should go to each region. I tried redeploying but they all stay in sin which results in high latency where I am

That’s a bug where the weight from traffic wasn’t cleared when enabling standard mode. I’ll debug that tomorrow. In the meantime I fixed the weights so you have one running in sjc, fra, and sin like it should be. Sorry about that!

Sounds good, thank you!