-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore(storage): adding dynamic delay algorithm #10838
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
1adc968
to
763da8b
Compare
763da8b
to
047df14
Compare
62a4f4b
to
d1b7cff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks pretty good, I think the main change would be to move the pkg location and remove any exported types.
This reverts commit 3f43cda.
e8a39d2
to
3bed70c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks Prince.
Adding go-routine safe dynamic delay algorithm that calculates the delay at a fixed percentile, based on delay samples.