Global isIndexing stat #224
Replies: 3 comments
-
I would add we always recommend checking the update routes instead of the stats route to check if it's indexing or not. The stats routes involve a lot of calculation that can lead to some latency 🙂 |
Beta Was this translation helpful? Give feedback.
-
Thanks, @esmultivac! We are also working on the update store and we want to add the possibility to consult the tasks independently of an index. This way, it will be possible to do a |
Beta Was this translation helpful? Give feedback.
-
I'm locking that discussion since the 📚 https://docs.meilisearch.com/reference/api/tasks.html#task-object |
Beta Was this translation helpful? Give feedback.
-
Now that there's only one global update queue, it would make sense to have an isIndexing line when you asks for global stats. That way you can schedule batch updates without looking every index to see if one of them is indexing.
Beta Was this translation helpful? Give feedback.
All reactions