Heroku: Running multiple python processes in a single dyno using foreman

from blog heyman.info, | ↗ original
Recently I’ve made a few small python web projects that I’ve deployed on Heroku. For some of these projects I’ve needed to run asynchronous jobs through Celery. Heroku allows you to run one free dyno (or actually they give you 720 free dyno hours per month, which corresponds to one dyno constantly running). This means that if you choose to run...