-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Added exponential backoff #387
Added exponential backoff #387
Conversation
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.
I dont like it somehow. Blocking it so that i can think about it in a free minute.
Co-authored-by: Gürgün Dayıoğlu <[email protected]> Signed-off-by: Aniket Sinha <[email protected]>
Co-authored-by: Gürgün Dayıoğlu <[email protected]> Signed-off-by: Aniket Sinha <[email protected]>
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 other than a final nit
Hi @gurgunday , @Uzlopak I have updated the lua script to make the ttl resetting consistent incase of continueExceeding and exponentialBackoff |
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, @Uzlopak might have some other ideas to implement this though
@Uzlopak Can you suggest a better approach for this? |
Will review it today :) |
Co-authored-by: Frazer Smith <[email protected]> Signed-off-by: Aniket Sinha <[email protected]>
@Uzlopak @climba03003 @Fdawgs Guys, can you please review? |
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.
Docs wise it lgtm
Co-authored-by: Gürgün Dayıoğlu <[email protected]> Signed-off-by: Aniket Sinha <[email protected]>
Done @gurgunday |
Thanks for the PR and taking the time to address the feedback |
This PR adds the capability to add exponential backoff.
#279
Checklist
npm run test
andnpm run benchmark
and the Code of conduct