1.2.2
Release that improves indexing performance.
- Sid checking now happens in indexer before
/index-data
view is called - Bugfix for the indexer that would catch KeyError/MissingIndexItemException before SidException
- Bugfix for Indexer_queue.queue_targets not being ordered
- es_index_listener now checks queue counts before calling
/index
- MPIndexer now always uses
multiprocessing.cpu_count() - 1
for number if processes in pool - Some other random refactoring