Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Drawbacks of Retry Pattern

Pragya Keshap answered on February 3, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Retry Pattern
  • Retry Pattern - 2
  • When using the retry pattern, what is typically done after a temporary failure occurs ?
  • How can the retry pattern help improve the reliability of a system ?
  • Retry Design Pattern
  • Request retry mechanism

  • Drawbacks of Retry Pattern

    0

    The Retry pattern should be used with caution.

    ▪ If a service is experiencing persistent failures or is unavailable for an extended period of time, the

    retry pattern result in an excessive number of failed requests.

    ▪ In these cases, it is necessary to implement additional strategies, circuit breaking or fallback logic

    to prevent the retry pattern from further impacting the system.

    https://learn.microsoft.com/en-us/azure/architecture/patterns/retry

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: java
    Link to this answer
    Share Copy Link
    Contributed on Feb 03 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.