Deployed 33c46f7 from https://github.com/zunda/mastodon/tree/zunda-ninja-on-heroku . The [Procfile](https://github.com/zunda/mastodon/blob/33c46f7aec4a752270f6ad52758501cf17886951/Procfile) allows me to deploy same slug to the main app as well as the app responsible for streaming API with the following config vars:
Main app:
heroku config:set RUN_WEB=true
heroku config:set RUN_WORKER=true
App for streaming API:
heroku config:set RUN_STREAMING=true
and of course, no markdown here :P