From b399bbe1b2f5550b1ad3835d3e6653a4164feaa9 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 28 Sep 2022 14:13:33 +0100 Subject: [PATCH] Add workers to production manifest --- manifest.yml | 4 ++++ 1 file changed, 4 insertions(+) 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