Skip to content

Commit

Permalink
Revert "(feat): enable HA fdr on prod" (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored May 5, 2024
1 parent d6d180f commit 19f8f76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions servers/fdr-deploy/bin/fdr-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ async function main() {
environmentType,
environmentInfo,
{
desiredTaskCount: 3,
maxTaskCount: 8,
redis: true,
memory: 4096,
cpu: 2048,
desiredTaskCount: 1,
maxTaskCount: 1,
redis: false,
memory: 8192,
cpu: 4096,
},
{
env: { account: "985111089818", region: "us-east-1" },
Expand Down

0 comments on commit 19f8f76

Please sign in to comment.