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?

posta 2 anni fa951 visualizzazioni
1 Risposta
-3

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

Hope this helps!

profile pictureAWS
ESPERTO
Roi
con risposta 2 anni fa
  • 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.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande