pyArango icon indicating copy to clipboard operation
pyArango copied to clipboard

How do to use connection pooling in pyArango?

Open koji98 opened this issue 3 years ago • 2 comments

Can someone explain how to do connection pooling in pyArango? It doesn't look like there's any documentation for this and I would imagine this to be a common ask.

koji98 avatar Jul 05 '21 17:07 koji98

Hi @koji98. take a look if this PR works for you https://github.com/ArangoDB-Community/pyArango/pull/214. Also, any comment will be appreciated.

cristiansteib avatar Oct 26 '21 21:10 cristiansteib

Hi @cristiansteib

From the documentation i see we have ability to provide pool_maxsize parameter for connection class. But I cant find this property in 2.0.1 version. Could you please confirm in which version i can set pool_maxsize parameter

salunkhs avatar Nov 21 '22 20:11 salunkhs