On Sun, Jul 7, 2013 at 7:53 PM, Andrew Lorente <[email protected]> wrote: > 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.
Well, these are but examples with common names, so it would seem likely that your "Procfile" may be incomplete somehow. You can see what kind of thing is expected here: https://devcenter.heroku.com/articles/procfile#declaring-process-types > I also can't figure out how to scale it through the web interface :( That may also point to a missing Procfile entry. If a missing or anemic Procfile is the problem, it seems reasonable both the web and CLI be expanded to help direct one's attention to that... -- -- 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.
