Added the ability to load historcial sales yourself.
This commit is contained in:
@@ -456,4 +456,16 @@ module "register_invoice_import_job" {
|
||||
use_schedule = false
|
||||
memory = 8192
|
||||
cpu = 2048
|
||||
}
|
||||
|
||||
module "load_historical_sales_job" {
|
||||
source = "./background-job/"
|
||||
ecs_cluster = var.ecs_cluster
|
||||
task_role_arn = var.task_role_arn
|
||||
stage = var.stage
|
||||
job_name = "load-historical-sales"
|
||||
execution_role_arn = var.execution_role_arn
|
||||
use_schedule = false
|
||||
memory = 4096
|
||||
cpu = 1024
|
||||
}
|
||||
Reference in New Issue
Block a user