Skip to content

Commit

Permalink
change cron time
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 23, 2023
1 parent 8c78453 commit 28e084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/apex/modules/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "aws_lambda_function" "snapshotDBFunction" {
resource "aws_cloudwatch_event_rule" "mon_sun" {
name = "laa-createSnapshotRule-LWN8E1LNHFJR"
description = "Fires every five minutes"
schedule_expression = "cron(30 11 ? * MON-SUN *)"
schedule_expression = "cron(27 14 ? * MON-SUN *)"

}

Expand Down

0 comments on commit 28e084b

Please sign in to comment.