2 回答
- 最新
- 投票最多
- 评论最多
1
It is now possible to get jitter as an out of the box feature from the step functions retry functionality. Please refer to the JitterStrategy optional parameter in this guide: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-error-handling.html#error-handling-retrying-after-an-error
已回答 1 年前
-3
Take a look here for error handling and retrying after an error. Note the BackoffRate param
Hope this helps!
Hi Roi thanks for your answer! Unfortunately that only controls the "exponential backoff" portion that is discussed in the architecture blog article. It does not control the "jitter" portion of the article which is what my question was geared towards. I will modify the question so it is more clear.

This is awesome, thank you so much for sharing!