From 153b1e52f1c376f9e5b9a6871c9472b22319574e Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Tue, 30 May 2023 10:08:18 +0100 Subject: [PATCH] fix typo --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index c75fb8ea1..f34074d39 100644 --- a/manifest.yml +++ b/manifest.yml @@ -31,7 +31,7 @@ applications: instances: 4 memory: 1G - type: worker - command: bundle exec sidekiq -3 + command: bundle exec sidekiq -t 3 health-check-type: process instances: 2 env: