-
Notifications
You must be signed in to change notification settings - Fork 291
Deployment
Pablo Cantero edited this page Apr 4, 2015
·
13 revisions
Add worker
in your Procfile:
worker: bundle exec shoryuken ...
Then:
heroku ps:scale worker=1
Shoryuken 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=0
If 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.