Skip to content

Commit 21fd170

Browse files
chore(fdr): reduce prod FDR ECS task count from 12 to 4 (#4731)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Deep Singhvi <[email protected]>
1 parent dd81d22 commit 21fd170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/fdr-deploy/bin/fdr-deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function main() {
5050
environmentType,
5151
environmentInfo,
5252
{
53-
desiredTaskCount: 12,
53+
desiredTaskCount: 4,
5454
maxTaskCount: 24,
5555
redis: true,
5656
memory: 8192,

0 commit comments

Comments
 (0)