backo
backo copied to clipboard
exponential backoff without the weird cruft
I want to use "backo2" but the Copyright phrase is not specified. Please update the Copyright phrase on the source code.
Trying to take the burden off of the maintainers here… in order to address #8 I copied over the License.md file from another open source segment project, assuming the copyright...
Hi, I noticed that this package declares in `package.json` that it is licensed using the MIT license, but as there is no license file and subsequently no copyright notice this...
E.g. in https://github.com/segmentio/backo/blob/master/index.js#L38 perhaps try something like: ``` if (this.jitter) { var rand = Math.random(); var deviation = rand * this.jitter * ms; // 0