AWS Step Function Retires | Retry With Jitter

4

In the Exponential Backoff And Jitter aws architecture blog article it discusses the importance of having jitter as part of your retry functionality. I am currently using the baked in retry functionality with the "BackoffRate" parameter for "exponential backoff" that step functions provides. However, as far as I can tell jitter is not implemented out of the box as part of that option. Is there a way to get this functionality from the as-is step functions implementation?

asked 2 years ago938 views
1 Answer
-3

Take a look here for error handling and retrying after an error. Note the BackoffRate param

Hope this helps!

profile pictureAWS
EXPERT
Roi
answered 2 years ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions