Is there any way we can Explicitly close or dispose connection to database (Cosmosdb)? #451
-
We are using
However connecting to same from here we see that , One instance of azure function can listen upto 256 connection https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#numerical-sandbox-limits
what should be the ideal value for the connection pool configuration {
"PoolSize": 250,
"MaxInProcessPerConnection": 150,
"ReconnectionAttempts": 3,
"ReconnectionBaseDelayInMilliseconds": 1000
} how can I explicitly close or dispose the active connection ? Thank you ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There's no way that I know of of doing this in Gremlin.Net, so there's unfortunately no way in Gremlinq either. Also, I have no opinion or suggestion about the right pool configuration for your use case. Standard has always worked for me. |
Beta Was this translation helpful? Give feedback.
There's no way that I know of of doing this in Gremlin.Net, so there's unfortunately no way in Gremlinq either. Also, I have no opinion or suggestion about the right pool configuration for your use case. Standard has always worked for me.