Trying one final attempt

This commit is contained in:
2022-09-23 13:27:05 -07:00
parent 135d19c064
commit 7d9dfcfeb1
4 changed files with 1214 additions and 26 deletions

View File

@@ -353,7 +353,7 @@ module "current_balance_cache" {
ecs_cluster = var.ecs_cluster
task_role_arn = var.task_role_arn
stage = var.stage
schedule = "rate(15 minutes)"
schedule = "rate(60 minutes)"
job_name = "current-balance-cache"
execution_role_arn = var.execution_role_arn
memory = 2048