Skip to content

Commit

Permalink
Add failure tolerance for role stacksets
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig committed Sep 25, 2024
1 parent 8eb1903 commit 7bed82d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/foundational.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Resources:
Active: true
OperationPreferences:
MaxConcurrentPercentage: 100
FailureTolerancePercentage: 90
ConcurrencyMode: SOFT_FAILURE_TOLERANCE
Parameters:
- ParameterKey: NameSuffix
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 7bed82d

Please sign in to comment.