Skip to content

Commit

Permalink
update grants file upload (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
larisa17 authored Dec 12, 2024
1 parent 48d6c4d commit 3ea141d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,8 @@ if (stack === "production") {
`--s3-secret-access-key=$GRANTS_DIGITAL_OCEAN_SECRET_ACCESS_KEY`, // Those are defined in the secrets
"--filename=model_scores.parquet",
"--format=parquet",
"--s3-extra-args",
"'" + JSON.stringify([{ ACL: "public-read" }]) + "'",
].join(" "),
scheduleExpression: "cron(*/30 * ? * * *)", // Run the task every 30 min
alertTopic: pagerdutyTopic,
Expand Down

0 comments on commit 3ea141d

Please sign in to comment.