Skip to content

Automatic retry when we get re-tryable responses code #84

Description

@tom-aspireleaders

When an end point produces a result code that is retry-able, for example the following seem like good candidates.
408 Request Timeout
503 Service Unavailable
504 Gateway Time out

It would be great if API connect would wait a time out period and retry. And that that retry count and delay were set-able paramaters. The backoffs should generally be exponential in nature.

The default behavior of API connect should be unchanged and not try to re-try as the current API connect is designed. Explicit paramaters should have to be set in order for this to take effect.

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