feat(sdk): Wait for callback retries + jitter strategies#59
Merged
3 commits merged intomainfrom Oct 22, 2025
Merged
Conversation
312be9f to
333b741
Compare
yaythomas
previously requested changes
Oct 21, 2025
333b741 to
654891a
Compare
|
Will merge this with updates based on: |
Adds jitter policies for retry: - none: no jitter. Total delay is exactly the computed delay. - full: random number between 0 and computed delay. Total delay is [delay, delay*2] - half: random number between [0.5 x delay, delay]. Total delay is [delay*1.5, delay*2]
654891a to
a603da3
Compare
42c7fe2 to
bb0b051
Compare
bb0b051 to
6a4f308
Compare
6a4f308 to
af01429
Compare
|
I feel I am playing whackamole with CI 🤣 |
af01429 to
8e4e9e9
Compare
8e4e9e9 to
deca82f
Compare
bchampp
reviewed
Oct 22, 2025
bchampp
approved these changes
Oct 22, 2025
This pull request was closed.
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.
Issue #, if available:
fixes: #33
fixes: #47
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.