ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

pyArango for Multi Threaded application #183

Open smrk28 opened 4 years ago

smrk28 commented 4 years ago

Hi, Can, I use pyArango for Multi threaded/Multi process application ? is is thread safe like pyMongo ?

Please, help.

regards, smrk28

tariqdaouda commented 3 years ago

Hello,

pyArango supports multi-threading throught gevents.

Cheers, T.

Edit: Even without gevents enabled, pyArango should be relatively threadsafe. In case of a 1200 error, the request will be retried a given number of times.