Skip to content
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

feat(controller): support cap on retryStrategy backoff. Fixes #13772 #13782

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chengjoey
Copy link
Contributor

@chengjoey chengjoey commented Oct 18, 2024

Fixes #13772

Motivation

support cap on retryStrategy backoff

Modifications

  1. add cap filed on retryStrategy.Backoff
  2. use cap as retry duration if duration with factor > cap

Verification

unit test

@agilgur5 agilgur5 added the area/retryStrategy Template-level retryStrategy label Oct 18, 2024
@agilgur5 agilgur5 changed the title feat(controller): support cap on retryStrategy backoff feat(controller): support cap on retryStrategy backoff. Fixes #13772 Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/retryStrategy Template-level retryStrategy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set cap on retryStrategy backoff
2 participants