Skip to content

Support for max retry backoff time (#750) #756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Support for max retry backoff time (#750) #756

wants to merge 1 commit into from

Conversation

pricelessjunk
Copy link

@pricelessjunk pricelessjunk commented Mar 2, 2024

Problem

The current max retry back off time is set at a constant of 24 hours. This duration is too long to be practical.

Solution

Making the duration configurable by creating a new property max.retry.duration.ms. This property has the following features

  • It has a default value of 24 hours (just like before).
  • It must have a value greater than the value of retry.backoff.ms (initial backoff time). If a smaller or equal value is set, a warning message is thrown and the default value is selected instead.
Does this solution apply anywhere else?
  • yes
  • no

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

@pricelessjunk pricelessjunk requested a review from a team as a code owner March 2, 2024 08:24
Copy link

cla-assistant bot commented Mar 2, 2024

CLA assistant check
All committers have signed the CLA.

@pricelessjunk pricelessjunk changed the title Support for max retry backoff time #750 Support for max retry backoff time (#750) Mar 3, 2024
@pricelessjunk
Copy link
Author

@sp-gupta Hello. Could you please take a look at this code. Thanks.

@tv2-andreasBerre
Copy link

Any way to get this PR approved? It fixes a feature which quite often causes problems..

@alecbcs
Copy link

alecbcs commented Feb 21, 2025

Hi all, making the backoff configurable would be a huge help for us too.

@alecbcs
Copy link

alecbcs commented Mar 19, 2025

@sp-gupta if you have a moment to review, this functionality would be a big win for us.

@pricelessjunk pricelessjunk closed this by deleting the head repository Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants