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?

preguntada hace 2 años952 visualizaciones
1 Respuesta
-3

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

Hope this helps!

profile pictureAWS
EXPERTO
Roi
respondido hace 2 años
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas