-
Notifications
You must be signed in to change notification settings - Fork 290
Deployment
Pablo Cantero edited this page Apr 4, 2015
·
13 revisions
I recommend to run a Shoryuken process CPU "core".
Add worker in your Procfile:
worker: bundle exec shoryuken ...Then:
heroku ps:scale worker=1Shoryuken does not require a web process. You can disable web if you don't need it, or if you want to run Shoryuken in a separately Heroku app.
heroku ps:scale web=0If you have only one dyno running worker=1, web=0, not matter if it's a worker, you will be on the Heroku free tier!
Use capistrano-shoryuken.