Skip to content

Tags: toast-ninja/plugin-throttling.js

Tags

v2.4.0

Toggle v2.4.0's commit message
feat: global limiter caching (octokit#22)

v2.3.0

Toggle v2.3.0's commit message
feat: Clustering support using Redis (octokit#20)

v2.2.1

Toggle v2.2.1's commit message
fix: require latest Bottleneck to avoid memory leak when creating man…

…y instances

v2.2.0

Toggle v2.2.0's commit message
docs(README): enabled option

v2.1.0

Toggle v2.1.0's commit message
feat(octokit#4): match routes with a regex

v2.0.0

Toggle v2.0.0's commit message
feat(octokit#8): onAbuseLimit/onRateLimit

BREAKING CHANGE: Changed `octokit.throttle.on('abuse-limit', handler)` and `'rate-limit'` to
```
const octokit = new Octokit({
  throttle: {
    onAbuseLimit: handler,
    onRateLimit: handler
  }
});
```

v1.0.0

Toggle v1.0.0's commit message
refactor: make options() private, optimize retries (octokit#6)