- Update requirements.txt to use the most recent hiro-graph-client of version 5.x.x.
- Update documentation in README.md. Added missing key "order" in result data.
-
Allow continuing of read-in-iteration when the iterator is yielding a dict {"error", Exception}.
-
The results now contain a field "order" to get the order in which the commands have been put into the request_queue.
-
Added logging of fatal errors while reading from the queues. This also prevents possible deadlocks.
- [bugfix] Avoid UnboundLocalError when exception occurs immediately at iterating over batch data.
[bugfix] Avoid read-in deadlock
- When an error is thrown while data is read in, the queues within HiroGraphBatch need to be closed cleanly or a deadlock will occur. Fixed.
Created project by splitting batchclient.py
from hiro-graph-client.