From d8c02a93382f5db33d7200a9dc36bf24a16017d1 Mon Sep 17 00:00:00 2001 From: larisa17 Date: Fri, 13 Dec 2024 14:23:10 +0200 Subject: [PATCH] update ecs task data dump --- infra/aws/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/aws/index.ts b/infra/aws/index.ts index 5269a3724..0733b6525 100644 --- a/infra/aws/index.ts +++ b/infra/aws/index.ts @@ -1672,7 +1672,7 @@ if (stack === "production") { "--filename=model_scores.parquet", "--format=parquet", "--s3-extra-args", - "'" + JSON.stringify([{ ACL: "public-read" }]) + "'", + "'" + JSON.stringify({ ACL: "public-read" }) + "'", ].join(" "), scheduleExpression: "cron(*/30 * ? * * *)", // Run the task every 30 min alertTopic: pagerdutyTopic,