Skip to content

Files

Latest commit

c5e7459 · Jun 26, 2012

History

History
8 lines (7 loc) · 167 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 167 Bytes

Run on Heroku

heroku create
heroku addons:add cloudamqp
git push heroku master
heroku scale scheduler=1
heroku scale worker=2
heroku logs -t