I’m trying to set the scale count based on the ‘Count scaling’ section here Scaling and Autoscaling · Fly
$ fly scale count 2
Error 2 is not a valid process=count option
I’m trying to set the scale count based on the ‘Count scaling’ section here Scaling and Autoscaling · Fly
$ fly scale count 2
Error 2 is not a valid process=count option
This is a regression that’s fixed in the CLI prerelease. You need to run fly scale count app=2
right now. We’ll get a release out shortly that fixes it.