-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
I have created a cluster in mongo db and connected with novu services. However the connection is exceeding the 400.
I tried using configuration in connection string like this: @cluster0.pqanw4s.mongodb.net/novu?maxPoolSize=100&minPoolSize=10&maxIdleTimeMS=60000&waitQueueTimeoutMS=10000
but no luck.
I have updated env files:
MONGO_MAX_POOL_SIZE=10
MONGO_MIN_POOL_SIZE=5
But still not working. Any solution?
This is for self-hosted one.