The autoscaling has been working great for me, but I’ve noticed that anytime I deploy, the suspended machines get updated and then stopped. I would expect the machines to get back in their suspended state so they can boot up again quickly when needed.
I understand this might be expected behaviour, but is there anything I could do to get them back in suspended state aside from starting them manually and waiting for them to go in that suspended start?
toml:
[[services]]
internal_port = 5001
force_https = true
auto_stop_machines = "suspend"
auto_start_machines = true
min_machines_running = 1
processes = ['app']