Skip to content

Commit

Permalink
Add parallelism settings for foundational stackset (#133)
Browse files Browse the repository at this point in the history
* Add parallelism settings for foundational stackset

* Add failure tolerance for role stacksets
  • Loading branch information
nkraemer-sysdig authored Sep 26, 2024
1 parent bcdf822 commit 1f9e336
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/foundational.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Resources:
RetainStacksOnAccountRemoval: false
ManagedExecution:
Active: true
OperationPreferences:
MaxConcurrentPercentage: 100
FailureTolerancePercentage: 90
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
Parameters:
- ParameterKey: NameSuffix
ParameterValue:
Expand Down
1 change: 1 addition & 0 deletions modules/log_ingestion.events.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ Resources:
Active: true
OperationPreferences:
MaxConcurrentPercentage: 100
FailureTolerancePercentage: 90
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
Parameters:
- ParameterKey: Name
Expand Down
1 change: 1 addition & 0 deletions modules/volume_access.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ Resources:
Active: true
OperationPreferences:
MaxConcurrentPercentage: 100
FailureTolerancePercentage: 90
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
Parameters:
- ParameterKey: NameSuffix
Expand Down

0 comments on commit 1f9e336

Please sign in to comment.