Skip to content

fix(sdk): Ensure jitter is used when creating a wait strategy#103

Merged
1 commit merged intomainfrom
ensure-jitter-in-create-wait
Oct 27, 2025
Merged

fix(sdk): Ensure jitter is used when creating a wait strategy#103
1 commit merged intomainfrom
ensure-jitter-in-create-wait

Conversation

@ghost
Copy link

@ghost ghost commented Oct 27, 2025

Changes:

  • Half-jitter is now delay * (1.5 + random*0.5)
  • Added create_wait_strategy to match create_retry_strategy

Issue #, if available:
fixes: #98

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Changes:
 - Half-jitter is now delay * (1.5 + random*0.5)
 - Added create_wait_strategy to match create_retry_strategy
@ghost ghost requested a review from bchampp October 27, 2025 17:50
@ghost ghost changed the title Ensure jitter is used when creating a wait strategy fix(sdk): Ensure jitter is used when creating a wait strategy Oct 27, 2025
@ghost ghost closed this Oct 27, 2025
@ghost ghost reopened this Oct 27, 2025
@ghost ghost merged commit e9802ae into main Oct 27, 2025
10 of 11 checks passed
@ghost ghost deleted the ensure-jitter-in-create-wait branch October 28, 2025 00:19
This pull request was closed.
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.

2 participants