zms-publishing / ZMS

Running on Python 3.8+
11 stars 5 forks source link

reindex catalog async #266

Closed zmsdev closed 3 months ago

zmsdev commented 6 months ago

Requires asyncio, fallback will be synchronous reindex:

pip install asyncio

drfho commented 6 months ago

asyncio reduces latency of saving ZMS content during Opensearch-downtime

Pic-1: Opensearch down - ZMS content saving waits 2s

opensearch-stopped

Pic-2: Opensearch down - async- indexing reduced latency to 1/10

opensearch-stopped_asyncio