2 Answers
- Newest
- Most votes
- Most comments
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
answered a year ago
-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.
Relevant content
- asked a year ago
- asked 3 months ago
- AWS OFFICIALUpdated 2 years ago

This is awesome, thank you so much for sharing!