Skip to content

Commit

Permalink
Merge pull request #3501 from ministryofjustice/DPR2-127
Browse files Browse the repository at this point in the history
DPR2-127 Max concurrency to 64
  • Loading branch information
harichintala1 authored Sep 27, 2023
2 parents 34f7d7e + cfb9615 commit 7ca3d99
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 7ca3d99

Please sign in to comment.