Skip to content

Commit b2e5f76

Browse files
Use 100% concurrency (#126)
1 parent 903ee81 commit b2e5f76

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

templates_cspm_cloudlogs/OrgFullInstall.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ Resources:
143143
ManagedExecution:
144144
Active: true
145145
OperationPreferences:
146-
MaxConcurrentCount: 10
146+
MaxConcurrentPercentage: 100
147+
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
147148
RegionConcurrencyType: PARALLEL
148149
Parameters:
149150
- ParameterKey: CSPMRoleName

templates_cspm_eventbridge/OrgFullInstall.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ Resources:
215215
ManagedExecution:
216216
Active: true
217217
OperationPreferences:
218-
MaxConcurrentCount: 10
219-
RegionConcurrencyType: PARALLEL
218+
MaxConcurrentPercentage: 100
219+
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
220220
Parameters:
221221
- ParameterKey: CSPMRoleName
222222
ParameterValue: !Ref CSPMRoleName
@@ -340,7 +340,8 @@ Resources:
340340
ManagedExecution:
341341
Active: true
342342
OperationPreferences:
343-
MaxConcurrentCount: 10
343+
MaxConcurrentPercentage: 100
344+
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
344345
RegionConcurrencyType: PARALLEL
345346
Parameters:
346347
- ParameterKey: EventBridgeRoleName
@@ -418,7 +419,8 @@ Resources:
418419
Capabilities:
419420
- CAPABILITY_NAMED_IAM
420421
OperationPreferences:
421-
MaxConcurrentCount: 10
422+
MaxConcurrentPercentage: 100
423+
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
422424
RegionConcurrencyType: PARALLEL
423425
Parameters:
424426
- ParameterKey: EventBridgeRoleName

templates_eventbridge/OrgEventBridge.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ Resources:
193193
Capabilities:
194194
- CAPABILITY_NAMED_IAM
195195
OperationPreferences:
196-
MaxConcurrentCount: 10
196+
MaxConcurrentPercentage: 100
197+
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
197198
RegionConcurrencyType: PARALLEL
198199
Parameters:
199200
- ParameterKey: EventBridgeRoleName
@@ -275,8 +276,8 @@ Resources:
275276
ManagedExecution:
276277
Active: true
277278
OperationPreferences:
278-
MaxConcurrentCount: 10
279-
RegionConcurrencyType: PARALLEL
279+
MaxConcurrentPercentage: 100
280+
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
280281
Parameters:
281282
- ParameterKey: TrustedIdentity
282283
ParameterValue: !Ref TrustedIdentity
@@ -353,7 +354,8 @@ Resources:
353354
ManagedExecution:
354355
Active: true
355356
OperationPreferences:
356-
MaxConcurrentCount: 10
357+
MaxConcurrentPercentage: 100
358+
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
357359
RegionConcurrencyType: PARALLEL
358360
Parameters:
359361
- ParameterKey: EventBridgeRoleName

0 commit comments

Comments
 (0)