Closed pravj closed 6 years ago
cc @rShetty
@pravj Sorry for the delayed response, will be checking this today
@pravj Thanks for this PR. Do you also want to add this jitter functionality for exponential backoff ?
Also we need to the update the documentation of this change, thanks
@rShetty @pravj raised the PR for the Jitter functionality in the exponential backoff.
@pravj @timusg Merging this. Will be adding documentation separately
As you're answering questions, I've created this small PR for the jitter requirement.
Currently, it's adding a random time (<= MAX) to the given backoff time. We can discuss if you want a different way for this.