We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dec50 commit ed949acCopy full SHA for ed949ac
infrastructure/step-function-migration-dynmodb.tf
@@ -124,6 +124,7 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
124
IntervalSeconds = 2
125
MaxAttempts = 10
126
BackoffRate = 2.0
127
+ JitterStrategy = "FULL"
128
}
129
]
130
},
@@ -182,6 +183,7 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
182
183
184
185
186
187
188
189
0 commit comments