I have deployed a Nodejs app (Strongloop Loopback) into a Heroku dyno following the strongloop add-on instructions.
When my process dies because of some internal application error, it does not restart. I would like to have strongloop-process manager in order to let him manage the process restarting (among many other things). It seems that the deployment in Heroku through Git (git push heroku develop:master
) is not a deployment on the process manager (slc deploy
).
Does Heroku actually runs PM and I am doing something wrong? Is it possible to use strongloop-pm on Heroku?