Skip to content

Commit

Permalink
[PRMDR-763] optional ecs service
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Sep 12, 2024
1 parent e1f8bc0 commit f3cd090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infrastructure/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ module "ndr-ods-update-fargate" {
},
{
"name" : "PDS_FHIR_IS_STUBBED",
"value" : local.is_sandbox
},
"value" : tostring(local.is_sandbox)
}
]
is_service_needed = false
ecs_container_definition_memory = 512
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/schedules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ resource "aws_scheduler_schedule" "ods_weekly_update_ecs" {
mode = "OFF"
}

schedule_expression = "cron(40 14 ? * * *)"
schedule_expression = "cron(13 15 ? * * *)"

target {
arn = module.ndr-ods-update-fargate.ecs_cluster_arn
Expand Down

0 comments on commit f3cd090

Please sign in to comment.