We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6f6e9 commit c9b5bdfCopy full SHA for c9b5bdf
infrastructure/schedules.tf
@@ -193,7 +193,7 @@ resource "aws_cloudwatch_event_rule" "bulk_upload_enable_rule" {
193
resource "aws_cloudwatch_event_rule" "bulk_upload_disable_rule" {
194
name = "${terraform.workspace}_bulk_upload_disable"
195
description = "Disable Bulk Upload ingestion"
196
- schedule_expression = "cron(0 7 ? * TUE-SAT *)"
+ schedule_expression = "cron(0 7 ? * MON-FRI *)"
197
}
198
199
resource "aws_cloudwatch_event_target" "bulk_upload_enable_target" {
0 commit comments