Skip to content

Commit c9b5bdf

Browse files
[PRMT-462] Modify bulk upload disable schedule (#387)
1 parent 5e6f6e9 commit c9b5bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/schedules.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ resource "aws_cloudwatch_event_rule" "bulk_upload_enable_rule" {
193193
resource "aws_cloudwatch_event_rule" "bulk_upload_disable_rule" {
194194
name = "${terraform.workspace}_bulk_upload_disable"
195195
description = "Disable Bulk Upload ingestion"
196-
schedule_expression = "cron(0 7 ? * TUE-SAT *)"
196+
schedule_expression = "cron(0 7 ? * MON-FRI *)"
197197
}
198198

199199
resource "aws_cloudwatch_event_target" "bulk_upload_enable_target" {

0 commit comments

Comments
 (0)