Setup & Installation
What This Skill Does
Configures MongoDB client connections across supported driver languages. Tunes pool sizes, timeouts, and reuse patterns based on deployment type, workload, and concurrency. Diagnoses connection errors like pool exhaustion, ECONNREFUSED, and socket timeouts. Grounds pool and timeout values in the actual deployment topology, driver type, and workload instead of copying arbitrary numbers from a blog post.
When to use it
- Working with mongodb connection functionality
- Implementing mongodb connection features
- Debugging mongodb connection related issues
