Skip to content

Best practice 1 : Retry #194

@barbara79

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

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