Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't enable autoscaling on private space dynos via CLI #1325

Open
j-caro opened this issue Sep 13, 2019 · 0 comments
Open

Can't enable autoscaling on private space dynos via CLI #1325

j-caro opened this issue Sep 13, 2019 · 0 comments

Comments

@j-caro
Copy link

j-caro commented Sep 13, 2019

Do you want to request a feature or report a bug?

Bug

What is the current behavior?

When using the Heroku CLI to enable autoscaling for private space web dynos, I receive an error that autoscaling is only available with Performance Dynos

heroku ps:autoscale:enable --app=<PrivateSpaceAppName> --min=2 --max=4 --p95=1000
Enabling dyno autoscaling... !
Error: Autoscaling is only available with Performance dynos
    at Enable.run (C:/Program Files/heroku/client/node_modules/@heroku-cli/plugin-ps/lib/commands/ps/autoscale/enable.js:22:19)

I'm can enable autoscaling for the same app in the dashboard with no issues.

What is the expected behavior?

We should be able to enable autoscaling for private space dynos from the CLI

Heroku Version:

heroku --version
heroku/7.29.0 win32-x64 node-v11.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant