From 37254efd45f0636bc5e7ef3946e56f5b935145cd Mon Sep 17 00:00:00 2001 From: James Rose Date: Mon, 12 Sep 2022 12:09:30 +0100 Subject: [PATCH] Add worker instance to PaaS manifest --- manifest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.yml b/manifest.yml index be4095eff..f84feb810 100644 --- a/manifest.yml +++ b/manifest.yml @@ -7,6 +7,10 @@ defaults: &defaults command: bundle exec rake cf:on_first_instance db:migrate && bin/rails server instances: 2 memory: 1G + - type: worker + command: bundle exec sidekiq + health-check-type: process + instances: 2 health-check-type: http health-check-http-endpoint: /health