Pregenerates recommendatios

This commit is contained in:
Bryce
2023-08-19 13:52:44 -07:00
parent 750a147f1c
commit 486c428917
11 changed files with 820 additions and 1042 deletions

View File

@@ -458,3 +458,16 @@ module "ntg_job" {
memory = 4096
cpu = 1024
}
module "insight_outcome_recommendation_job" {
schedule = "rate(6 hours)"
source = "./background-job/"
ecs_cluster = var.ecs_cluster
task_role_arn = var.task_role_arn
stage = var.stage
job_name = "insight-outcome-recommendation"
execution_role_arn = var.execution_role_arn
use_schedule = true
memory = 4096
cpu = 2048
}