Skip to content

Commit ed949ac

Browse files
committed
[PRMP-570] jitter strat full
1 parent 59dec50 commit ed949ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/step-function-migration-dynmodb.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
124124
IntervalSeconds = 2
125125
MaxAttempts = 10
126126
BackoffRate = 2.0
127+
JitterStrategy = "FULL"
127128
}
128129
]
129130
},
@@ -182,6 +183,7 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
182183
IntervalSeconds = 2
183184
MaxAttempts = 10
184185
BackoffRate = 2.0
186+
JitterStrategy = "FULL"
185187
}
186188
]
187189
}

0 commit comments

Comments
 (0)