Skip to content

Retry Plugin should also retry responses with status 5xx #126

Closed
@dbu

Description

@dbu
Q A
Bug? no
New Feature? yes
Version 2

Actual Behavior

We only retry if there is an exception thrown.

Expected Behavior

We should also retry when a response arrives but the status is indicating a server error.

Possible Solutions

  • a) Have an exception decider and a response decider (and same for delay)
  • b) Expand the decider and delay functions to also pass them the response. This would be a hard BC break

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions