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?

質問済み 2年前953ビュー
1回答
-3

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

Hope this helps!

profile pictureAWS
エキスパート
Roi
回答済み 2年前
  • 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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ