I created a simple Node.js app following the tutorial offered by Heroku. When I try to run the command heroku ps:scale worker=1 from within the application folder I get the following error message:
Scaling worker dynos... failed
! Resource not found
Any ideas what the problem may be? I checked my app's dashboard on Heroku and the commit is there and also a Dyno is allocated. The Procfile is identical to the one in the tutorial.