I’m trying to deploy my app and the promotion is pending for 2+ hours:
Deployment Status
ID = 606e3b6f-2988-6e2c-7801-15e54ee72893
Version = v38
Status = running
Description = Deployment is running pending automatic promotion
Instances = 2 desired, 0 placed, 0 healthy, 0 unhealthy
vscode ➜ /workspaces/sumiu (main) $ fly releases
VERSION STABLE TYPE STATUS DESCRIPTION USER DATE
v38 true release in_progress Deploy image email@email.com 2h3m ago
I also can’t see any other vm trying to boot up
I have set strategy = "bluegreen"
and I also used --max-per-region
flag, not sure if this is related or not, saw in other topics people mentioning it
does anyone know if something is wrong on Fly’s side or it’s just a problem with my configuration?
update: changed the deploy strategy to rolling
solved the problem