Skip to content

Commit

Permalink
DPR2-127 Max concurrency to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
dmessengermoj committed Sep 27, 2023
1 parent 34f7d7e commit cfb9615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/digital-prison-reporting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module "glue_domain_refresh_job" {
execution_class = "FLEX"
worker_type = local.refresh_job_worker_type
number_of_workers = local.refresh_job_num_workers
max_concurrent = 1
max_concurrent = 64
region = local.account_region
account = local.account_id
log_group_retention_in_days = 1
Expand Down

0 comments on commit cfb9615

Please sign in to comment.