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

Support Event Trigger Retry Logic #10508

Open
bmacwoo opened this issue Aug 20, 2024 · 0 comments
Open

Support Event Trigger Retry Logic #10508

bmacwoo opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
a/eventing/data-triggers c/server Related to server c/v2-engine k/enhancement New feature or improve an existing feature v2-server

Comments

@bmacwoo
Copy link

bmacwoo commented Aug 20, 2024

Component

Event Triggers

Is your proposal related to a problem?

Currently, the configuration for retries allows for setting a fixed number of retries and a specified delay between them. However, it lacks support for exponential backoff, which could be crucial in scenarios where a webhook might encounter issues or latency.

Describe the solution you'd like

Requesting support for a multiplier or backoff algorithm to allow the configuration of a threshold that would be respected before initiating retries. This approach would prevent exhausting all retry attempts within a short time frame and enhance the likelihood of successfully processing the event.

@bmacwoo bmacwoo added the k/enhancement New feature or improve an existing feature label Aug 20, 2024
@manasag manasag removed the v2 label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/eventing/data-triggers c/server Related to server c/v2-engine k/enhancement New feature or improve an existing feature v2-server
Projects
None yet
Development

No branches or pull requests

4 participants