Skip to content

Commit

Permalink
IPS-1185: Update step function canary interval (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseli1 authored Jan 8, 2025
2 parents 669d19a + 16fcc8a commit 56aac79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1529,8 +1529,8 @@ Resources:
AutoPublishAlias: live
DeploymentPreference:
Type: !Ref StepFunctionDeploymentPreference
Interval: 1
Percentage: 10
Interval: !If [IsProduction, 10, 5]
Percentage: !If [IsProduction, 10, 50]
Alarms: !If
- UseCanaryDeploymentAlarms
- - !Ref JourneyEngineStepFunctionExecutionFailedCanaryAlarm
Expand Down

0 comments on commit 56aac79

Please sign in to comment.