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.
Expected behavior
Ability to have the proxy automatically retry on events like 'ECONNREFUSED'.
Proposed api
I imagine it would look something like this:
Where the proxy would attempt the request again on failure every 1 second for at least 10 times.