Skip to content

Deployment

Pablo Cantero edited this page Apr 4, 2015 · 13 revisions

Heroku

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!

Capistrano

Use capistrano-shoryuken.

Clone this wiki locally