Skip to content

Commit

Permalink
rename cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Aug 27, 2024
1 parent 30e4eb8 commit 4101772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions servers/fdr-deploy/bin/fdr-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function main() {
redisClusteringModeEnabled: false,
memory: 1024,
cpu: 512,
cacheName: "FernDocsCache",
cacheName: "FernDocsCache2",
},
{
env: { account: "985111089818", region: "us-east-1" },
Expand All @@ -54,7 +54,7 @@ async function main() {
memory: 4096,
redisClusteringModeEnabled: false,
cpu: 2048,
cacheName: "FernDocsCacheTwo",
cacheName: "FernDocsCache4",
},
{
env: { account: "985111089818", region: "us-east-1" },
Expand Down
1 change: 0 additions & 1 deletion servers/fdr-deploy/scripts/fdr-deploy-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export class FdrDeployStack extends Stack {
cacheName: options.cacheName,
IVpc: vpc,
numCacheShards: 1,
// TODO(dsinghvi): bump this to > 1
numCacheReplicasPerShard: 1,
clusterMode: "enabled",
cacheNodeType: environmentType === "PROD" ? "cache.r7g.4xlarge" : "cache.r7g.large",
Expand Down

0 comments on commit 4101772

Please sign in to comment.