Skip to content

Best practice 1 : Retry #194

Description

@barbara79

In order to add proper retries to the sdk, we can try to implement retry middlewares with different retry strategies. prefrably make a PR per middleware to keep focus on each case.

create minimum 5 Middleware one for each type of retry:

  • Exponential back-off
  • Incremental intervals
  • Regular intervals
  • Immediate retry
  • Randomization

see here for technical details https://docs.microsoft.com/en-us/azure/architecture/best-practices/transient-faults

linked to #192

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions