Pregenerates recommendatios
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user