feat(feel): added backoff FEEL function for exponential backoff with jitter#7003
Open
azan-baloch wants to merge 4 commits intocamunda:mainfrom
Open
feat(feel): added backoff FEEL function for exponential backoff with jitter#7003azan-baloch wants to merge 4 commits intocamunda:mainfrom
azan-baloch wants to merge 4 commits intocamunda:mainfrom
Conversation
johnBgood
reviewed
Apr 21, 2026
Contributor
Author
|
Moved each function into its own class under |
johnBgood
reviewed
Apr 23, 2026
johnBgood
reviewed
Apr 23, 2026
johnBgood
approved these changes
Apr 27, 2026
Collaborator
johnBgood
left a comment
There was a problem hiding this comment.
Thank you again for your contribution 🥇
Collaborator
|
I just pinged qa for testing. |
mathias-vandaele
approved these changes
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
added backoff feel function for computing exponential backoff with jitter.
Tested with REST connector and get expected result(increasing delay),
51ms → 76ms → 130ms → 197ms → 343ms
Here's screenshot of logs

SS of feel expression

Related issues
closes #6710
Checklist
release, as this branch will be rebased onto main before the next release. Example backport labels:
backport stable/8.8: for changes that should be included in the next 8.8.x release.backport release-8.8.7: for changes that should be included in the specific release 8.8.7, and thisrelease has already been created. The release branch will be merged back into stable/8.8 later, so the change
will be included in future 8.8.x releases as well.