The heroku command-line client is giving me some mixed signals! $ heroku help ps:scale Usage: heroku ps:scale DYNO1=AMOUNT1 [DYNO2=AMOUNT2 ...]
scale dynos by the given amount Examples: $ heroku ps:scale web=3 worker+1 Scaling web dynos... done, now running 3 Scaling worker dynos... done, now running 1 $ heroku ps:scale worker=1 Scaling worker dynos... failed ! No such type as worker. I also can't figure out how to scale it through the web interface :( -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
