From 5e0bab804162940aa4ed008da2ea24d8ce907681 Mon Sep 17 00:00:00 2001 From: Nuwan Samarassinghe Date: Mon, 23 Sep 2024 10:04:18 +0100 Subject: [PATCH] Fs 4573 stop form runner (#552) * stop form runner task in dev * reduce the no of task to 0 --------- Co-authored-by: Seun Ogunbiyi --- copilot/fsd-form-runner/manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copilot/fsd-form-runner/manifest.yml b/copilot/fsd-form-runner/manifest.yml index 7ad0b5482..6041a6efe 100644 --- a/copilot/fsd-form-runner/manifest.yml +++ b/copilot/fsd-form-runner/manifest.yml @@ -77,12 +77,12 @@ secrets: environments: dev: count: - spot: 1 + spot: 0 test: deployment: rolling: "recreate" count: - spot: 2 + spot: 0 uat: count: range: 2-4