Skip to content

Commit

Permalink
feature #3 - updte schedule expression from 1 minute to 20 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 17, 2022
1 parent b7f5233 commit 1126839
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/event-rule.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
resource "aws_cloudwatch_event_rule" "update_exchange_rate_rule" {
name = "update-exchange-rate-rule"
description = "update exchange rate rule"
schedule_expression = "rate(1 minute)" # Could be replaced to 1 minute or less
#schedule_expression = "rate(1 minute)"
schedule_expression = "rate(20 days)"
}

0 comments on commit 1126839

Please sign in to comment.