Skip to content

Commit

Permalink
chore(infra): run every five minutes to test
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz authored and lucianHymer committed Aug 21, 2023
1 parent d51de0e commit 8c941a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/staging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ export const weeklyDataDumpTaskDefinition = weeklyDataDump.taskDefinition.id;

const scheduledEventRule = new aws.cloudwatch.EventRule("scheduledEventRule", {
// TODO: remove on deployment
scheduleExpression: "cron(0 15 ? * WED *)", // Run the task every wednesday at 15 UTC
scheduleExpression: "cron(*/5 * ? * * *)", // Run the task every five minutes to test
});

new aws.cloudwatch.EventTarget("scheduledEventTarget", {
Expand Down

0 comments on commit 8c941a8

Please sign in to comment.