Skip to content

Commit

Permalink
Use 100% concurrency (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig authored Jul 30, 2024
1 parent 903ee81 commit b2e5f76
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion templates_cspm_cloudlogs/OrgFullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 10
MaxConcurrentPercentage: 100
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: CSPMRoleName
Expand Down
10 changes: 6 additions & 4 deletions templates_cspm_eventbridge/OrgFullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
MaxConcurrentPercentage: 100
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
Parameters:
- ParameterKey: CSPMRoleName
ParameterValue: !Ref CSPMRoleName
Expand Down Expand Up @@ -340,7 +340,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 10
MaxConcurrentPercentage: 100
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
Expand Down Expand Up @@ -418,7 +419,8 @@ Resources:
Capabilities:
- CAPABILITY_NAMED_IAM
OperationPreferences:
MaxConcurrentCount: 10
MaxConcurrentPercentage: 100
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
Expand Down
10 changes: 6 additions & 4 deletions templates_eventbridge/OrgEventBridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ Resources:
Capabilities:
- CAPABILITY_NAMED_IAM
OperationPreferences:
MaxConcurrentCount: 10
MaxConcurrentPercentage: 100
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
Expand Down Expand Up @@ -275,8 +276,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 10
RegionConcurrencyType: PARALLEL
MaxConcurrentPercentage: 100
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
Parameters:
- ParameterKey: TrustedIdentity
ParameterValue: !Ref TrustedIdentity
Expand Down Expand Up @@ -353,7 +354,8 @@ Resources:
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentCount: 10
MaxConcurrentPercentage: 100
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
RegionConcurrencyType: PARALLEL
Parameters:
- ParameterKey: EventBridgeRoleName
Expand Down

0 comments on commit b2e5f76

Please sign in to comment.