bottleneck icon indicating copy to clipboard operation
bottleneck copied to clipboard

Job scheduler and rate limiter, supports Clustering

Results 86 bottleneck issues
Sort by recently updated
recently updated
newest added

Fixes issue https://github.com/SGrondin/bottleneck/issues/212

ReplyError: ERR SETTINGS_KEY_NOT_FOUND at parseError (/var/app/current/node_modules/redis-parser/lib/parser.js:179:12) at parseType (/var/app/current/node_modules/redis-parser/lib/parser.js:302:14) Do we have any workaround to resolve this issue? Or do we have any alternate library?

I see that the last version (`2.19.5`) was released back in 2019, and the last commit in this repo (b83528333ba4d27cf70b81cc2be12e09d7ff692f) seems to be from 2020, which presumably means it hasn't...

Bottleneck has served me well in a standalone typescript application (not involving Redis). Now I moved this code inside an Electron application built using vite and the following warnings appear...

There appears to be an issue with redis connections. They work fine for a time and then they seem to break. It appears to me as if the error message...

fix for ERR UNKNOWN_CLIENT, which comes from redis 7(https://github.com/redis/redis/blame/e7f18432b8e9e1d1998d3a898006497e6c5e5a32/src/script_lua.c#L1583)

Hi @SGrondin, I'm getting the following error in Redis cluster mode: `ERR Error running script (call to f_bc60425feabe5bc26ad7ef67604a9bb0d6c03afb): @user_script:201: user_script:201: attempt to compare number with nil` Any ideas on how...

I have a user case where I would want to have as many limiters as I have users and have these last indefentitely, I am looking at the concept of...

Here is my code ```js import Bottleneck from 'bottleneck'; import { AsyncLocalStorage } from 'async_hooks'; const asyncLocalStorage = new AsyncLocalStorage(); const bottleneck = new Bottleneck({ reservoir: 3, reservoirRefreshInterval: 5000, reservoirRefreshAmount:...

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies