2 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
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
beantwortet vor einem Jahr
-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.
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor einem Jahr

This is awesome, thank you so much for sharing!