Skip to content

Retries [Feature] #176

Description

@DylanPiercey

Expected behavior

Ability to have the proxy automatically retry on events like 'ECONNREFUSED'.

Proposed api

I imagine it would look something like this:

{
  target: 'localhost:9090',
  retry: {
    timeout: 1000,
    limit: 10
  }
}

Where the proxy would attempt the request again on failure every 1 second for at least 10 times.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions