heroku / legacy-cli

Heroku CLI
https://cli.heroku.com
MIT License
1.37k stars 380 forks source link

"No such size" error with heroku run #1963

Open jekuno opened 8 years ago

jekuno commented 8 years ago

Running any heroku run command without specifying the --size option suddenly stopped working.

E.g. heroku run rake db:migrate now gives: No such size as 1. Available dyno sizes are Free, Hobby, Standard-1X, Standard-2X, Performance-M and Performance-L.

I had to change it to heroku run --size=free rake db:migrate to get it running.

ransombriggs commented 8 years ago

@jekuno sorry for the last response but what is the name of the app that you are running this on?

jekuno commented 8 years ago

It's a private app. What specs do you need?

ransombriggs commented 8 years ago

@jekuno Could you open a support ticket on https://support.heroku.com/ for the app that is having this behavior so that we can communicate privately?