Skip to content
Tom Harvey edited this page Mar 23, 2019 · 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, so you can disable web, in case you don't need it.

heroku ps:scale web=0

Capistrano

Use capistrano-shoryuken.

OpsWorks

See OpsWorks Recipe.

AWS Elastic Beanstalk

See .ebextension file here.

systemd integration

See systemd integration.