Skip to content

Commit 37a1217

Browse files
committed
[PRMP-570] max interval seconds
1 parent a16d7a8 commit 37a1217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/step-function-migration-dynmodb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
180180
Retry = [
181181
{
182182
ErrorEquals = ["States.ALL"]
183-
IntervalSeconds = 2
183+
IntervalSeconds = 10
184184
MaxAttempts = 3
185185
BackoffRate = 2.0
186186
JitterStrategy = "FULL"

0 commit comments

Comments
 (0)