Fully implement Elasticsearch indexing

This commit is contained in:
2022-11-22 20:15:02 +00:00
parent 052631c71f
commit 49f46c33ba
4 changed files with 78 additions and 55 deletions

View File

@@ -135,7 +135,7 @@ async def spawn_processing_threads(chunk, length):
f"{cores} threads: {len(flat_list)}"
)
)
await db.store_kafka_batch(flat_list)
await db.store_batch(flat_list)
# log.debug(f"Finished processing {len_data} messages")