2 Respuestas
- Más nuevo
- Más votos
- Más comentarios
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
respondido hace un año
-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.
Contenido relevante
- preguntada hace 3 meses
- preguntada hace 3 meses
- preguntada hace 14 días
- preguntada hace 3 meses
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace un año

This is awesome, thank you so much for sharing!