Skip to content

Commit

Permalink
quickfix: queue cluster parameter group was not matching cluster redi…
Browse files Browse the repository at this point in the history
…s version
  • Loading branch information
geclos committed Sep 9, 2024
1 parent 8732b52 commit 79aa65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/infra/src/core/elasticCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const queueCluster = new aws.elasticache.Cluster('LatitudeLLMQueueCluster', {
engine: 'redis',
nodeType: 'cache.t3.micro',
numCacheNodes: 1,
engineVersion: '6.x',
port: 6379,
subnetGroupName: subnetGroup.name,
securityGroupIds: [SecurityGroup.id],
Expand Down

0 comments on commit 79aa65c

Please sign in to comment.