From 804999d419dae62a36c7285deba1842ae2f0418a Mon Sep 17 00:00:00 2001 From: Seun Ogunbiyi Date: Wed, 29 May 2024 00:08:35 +0100 Subject: [PATCH 1/2] fs-4411: reduce the number of tasking running and change to fargate-spot --- copilot/fsd-form-runner/manifest.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/copilot/fsd-form-runner/manifest.yml b/copilot/fsd-form-runner/manifest.yml index 9eb762b06a..f62124af5c 100644 --- a/copilot/fsd-form-runner/manifest.yml +++ b/copilot/fsd-form-runner/manifest.yml @@ -30,7 +30,7 @@ memory: 2048 platform: linux/x86_64 # Number of tasks that should be running in your service. -count: 2 +count: 1 # Enable running commands in your container. exec: true @@ -74,9 +74,14 @@ secrets: # You can override any of the values defined above by environment. environments: + dev: + count: + spot: 1 test: deployment: rolling: "recreate" + count: + spot: 2 uat: count: range: 2-4 From 6f65d3197ee4914f56aaafcf94aedec5bf832a21 Mon Sep 17 00:00:00 2001 From: Seun Ogunbiyi Date: Wed, 29 May 2024 09:13:11 +0100 Subject: [PATCH 2/2] fs-4411: increment version --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 542e2aa961..5f71607a35 100644 --- a/version +++ b/version @@ -1 +1 @@ -VERSION=0.1.281 +VERSION=0.1.282