Skip to content

Commit

Permalink
(retry): reenable redis and multi-node on prod (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored May 6, 2024
1 parent 54d52cd commit 76a3b78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions servers/fdr-deploy/bin/fdr-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ async function main() {
environmentType,
environmentInfo,
{
desiredTaskCount: 1,
maxTaskCount: 1,
redis: false,
memory: 8192,
redisClusteringModeEnabled: false,
cpu: 4096,
desiredTaskCount: 3,
maxTaskCount: 10,
redis: true,
memory: 4096,
redisClusteringModeEnabled: true,
cpu: 2048,
},
{
env: { account: "985111089818", region: "us-east-1" },
Expand Down

0 comments on commit 76a3b78

Please sign in to comment.