joowani

Results 20 comments of joowani

Hi @Semo, Both queueing (producing) and dequeuing (consuming) is synchronous and do not use threads in the current implementation. You would have to do the threading yourself in the callback.

> Issue is not solved as of [0ac6f9d](https://github.com/ArangoDB-Community/python-arango/pull/208/commits/0ac6f9d5010df84bec51282f62fd0c503e49c491) You should be able to put it in `MANIFEST.in` to make sure it is included.

Hi @EliyaCohen, I'll add this in the todo list for next release.

Hi @bryaninbi, Please feel free to share your code. Even if it's not polished it might help get me started. Thanks.

Discussions on how to implement active failover: https://github.com/arangodb/arangodb/issues/13860

Hi @aMahanna, I should be able to add a `py.typed`. Thanks for pointing this out.

Hi @ud803, I'll keep this open as a feature request.

Resolved with https://github.com/ArangoDB-Community/python-arango/pull/213. Thanks @tjoubert!

Hi @wshayes, Thank you for liking python-arango. I am glad to hear that people are finding it useful. Unfortunately I am too busy right now to start a new project...