Question: what is the max concurrency I can set?
Open
- Dominant language
- JavaScript
- Stars
- 9.4k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
A lot of jobs are created, most of them have high I/O latency (up to a few seconds each) so I set the concurrency to 100 and 1000 on two workers as a way to avoid bottlenecks
if I set the concurrency to 20 then 20 jobs with a latency of 5 seconds will delay all other jobs
Is this applicable? How will it affect redis?
Thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no file, test, or entry point. Review Kue's worker concurrency setting and Redis-backed queue behavior first, then document the supported concurrency range and how high values affect Redis and delayed jobs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, redis
- Domain
- backend, databases
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100