Skip to content

Commit

Permalink
update ecs task data dump (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 authored Dec 13, 2024
1 parent e748c62 commit 6d14355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d14355

Please sign in to comment.