From 3c69e4f5ab7782007bcf6246335b6bbc6a5b6b08 Mon Sep 17 00:00:00 2001 From: Daniel Sola Date: Thu, 12 Mar 2026 15:53:29 -0700 Subject: [PATCH 1/2] add maxActions and maxActionsPerRun --- charts/controlplane/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/controlplane/values.yaml b/charts/controlplane/values.yaml index 02b9d5b8..0b359bde 100644 --- a/charts/controlplane/values.yaml +++ b/charts/controlplane/values.yaml @@ -648,6 +648,8 @@ services: recordActionThreadCount: 16 type: runservice updateActionStatusThreadCount: 16 + maxActions: 100000 + maxActionsPerRun: 51000 # Union console configuration. From c204c0b13714d1ee1d2007dc7d34845f7770a36f Mon Sep 17 00:00:00 2001 From: Michael Hotan Date: Thu, 12 Mar 2026 16:18:27 -0700 Subject: [PATCH 2/2] make generated-expected --- tests/generated/controlplane.aws.billing-enable.yaml | 2 ++ tests/generated/controlplane.aws.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/generated/controlplane.aws.billing-enable.yaml b/tests/generated/controlplane.aws.billing-enable.yaml index aa122583..d6fcf6cb 100644 --- a/tests/generated/controlplane.aws.billing-enable.yaml +++ b/tests/generated/controlplane.aws.billing-enable.yaml @@ -829,6 +829,8 @@ data: recordActionThreadCount: 16 type: runservice updateActionStatusThreadCount: 16 + maxActions: 100000 + maxActionsPerRun: 51000 sharedService: metrics: scope: 'queue:' diff --git a/tests/generated/controlplane.aws.yaml b/tests/generated/controlplane.aws.yaml index 4e483a22..a48df950 100644 --- a/tests/generated/controlplane.aws.yaml +++ b/tests/generated/controlplane.aws.yaml @@ -829,6 +829,8 @@ data: recordActionThreadCount: 16 type: runservice updateActionStatusThreadCount: 16 + maxActions: 100000 + maxActionsPerRun: 51000 sharedService: metrics: scope: 'queue:'