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
답변함 일 년 전
-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!