ERR max number of clients reached
Open
Documentation
Question
- Dominant language
- JavaScript
- Stars
- 9.4k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
Are there any instructions required in the README to listen for and close redis connections for jobs as they finish?
`var jobs = kue.createQueue({redis:{...}});`
Or perhaps there is a way to dictate an upperbound to Kue itself for the max # of redis connections that we want it to make?
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the README and trace the createQueue({redis:{...}}) entry point to understand how Kue opens and closes Redis connections for jobs. Done should either document the required connection lifecycle or specify and implement a supported upper bound for Redis connections.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, redis
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100