We have been using autosuspend since beta, and it was among our favorite Fly.io feature since! The ability to add redudancy without incurring significant performance/cost penalty is huge!
Everything works as promised with very little fiddling scaling to a single region:
fly scale count 2 --region sjc
The secondary spins down and only comes online during traffic spikes.
We encountered an sjc outage recently, so I’m experimenting with multi-region scaling:
fly scale count 5 --region sjc,lax
However, autosuspend seem to no longer work as well, with the machines up almost all the time, despite similar traffic levels:
Have I mistaken how multiregion works, or perhaps a misconfig fly.toml?

