pyArango icon indicating copy to clipboard operation
pyArango copied to clipboard

pyArango for Multi Threaded application

Open smrk28 opened this issue 4 years ago • 1 comments

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

Please, help.

regards, smrk28

smrk28 avatar Apr 01 '20 21:04 smrk28

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.

tariqdaouda avatar Apr 23 '21 16:04 tariqdaouda