kilianc / kilianc/node-apiserver
how to make the API server run in cluster mode
Open
- Dominant language
- JavaScript
- Stars
- 224
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Do we need to change the apiserver.js file to make the server run in cluster mode to handle high throughput?
also is the agent limit set to infinity
globalAgent.maxSockets = Infinity
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading apiserver.js and tracing how the API server is started. Inspect the use of globalAgent.maxSockets = Infinity and determine whether the requested cluster-mode behavior and agent limit are addressed there. Done means the issue has a clear, tested conclusion about the required changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100