OpenFeign / OpenFeign/feign

The initial wait period for the default retryer is the provided period multiplied by a factor of 1.5

Open
#1,727 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feedback provided
Dominant language
Java
Stars
9.8k
Forks
1.9k
Avg merge
1d 2h
Merged PRs (30d)
41

Description

The initial wait period for the default retryer is the provided period multiplied by a factor of 1.5. I believe this is a bug since I would expect that the provided value would be the initial value and multiplication would be done only on following retries. Here is a PR fixing the issue https://github.com/OpenFeign/feign/pull/1726/files

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the default retryer implementation and the linked pull request, which contains the proposed fix. Confirm that the provided period is used for the initial wait and that multiplication applies only to later retries; the issue is done when the retry behavior matches that expectation and its tests pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.