-
Notifications
You must be signed in to change notification settings - Fork 227
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 use scale command on heroku/8.8.0 #2627
Comments
I think it's related to recent changes more specific this #2598
|
We're looking into this right now. Thanks for reporting the failure. |
@marciotoshio while we are working on a fix, you can always use an older version of the CLI by running the command |
@k80bowman the failure happened on the CI and the CircleCI orb for Heroku does not seems to give an option to specify the version I'd need to have an extra step for the update, it was easier to comment the step as it was not totally necessary, I'll definitely add a step to control the version in the future thanks for the tip! |
We're running into exactly the same issue here. Receiving a |
...and unfortunately we can't skip this step as it's critical to our deployment feature set 😢 |
Same issue here. And to use the previous version it's not working too. We've got the same error: |
@marciotoshio @tbrammar @znagy82 this issue should be fixed in version 8.9.0, which was just published. I'll leave this issue open for a little while, please let us know if you continue to have problems. |
Seems to be working fine, thanks
|
@k80bowman It's working again. Thanks. |
@k80bowman works great - thank you 🙏 👍 |
Since this seems to have been resolved, closing. |
This project is for the Heroku CLI only and issues are reviewed as we are able. If you need more immediate assistence or help with anything not specific to the CLI itself, please use https://help.heroku.com.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
heroku scale worker=0 --app myapp
returnsCouldn't find that feature.
What is the expected behavior?
heroku/8.8.0 linux-x64 node-v16.20.2
Should allow scale up/down through CLI
The text was updated successfully, but these errors were encountered: