diff --git a/manifest.yml b/manifest.yml index 6832f279a..6974180e5 100644 --- a/manifest.yml +++ b/manifest.yml @@ -30,6 +30,10 @@ applications: command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server instances: 4 memory: 1G + - type: worker + command: bundle exec sidekiq + health-check-type: process + instances: 2 env: RAILS_ENV: production host: submit-social-housing-lettings-sales-data