The initial wait period for the default retryer is the provided period multiplied by a factor of 1.5
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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