Skip to content

RetryPolicy - What is the frequency of retry?

0

Based on https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RetryPolicy.html does it mean that the "frequency" of retrying would be uniform too? For example, if time is 24 hours and max retries are 185. Then is the frequency 185/24 = 8 retries per hour?

AWS
asked 2 years ago310 views
1 Answer
3
Accepted Answer

No, it uses an exponential back-off algorithm, as many AWS technologies do. It's explained in the first section of this document article, with a link to a more detailed explanation of why retry delays are progressively increased to improve service: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-event-delivery.html

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
AWS
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.