-
-
Notifications
You must be signed in to change notification settings - Fork 594
Description
Bug description
At work we have a client that has a lot of data in a collection. As of now, we are doing the search update command through the CLI, because it does not timeout, yet it sometimes takes like 4 minutes to update everything.
So when doing it through the CMS, it will timeout after like 20 seconds, the client will have lost the filtering / search feature on their site, and we need to go in manually fixing it by hand using the CLI.
Even with smaller collections, with like 20 entries, this times out through the CMS itself.
Is there something like a Rate limiter on Meilisearch's side, that makes this happen?
Original issue: statamic-rad-pack/meilisearch#47
How to reproduce
lot of data per entry, and having a few entries inside the collection.
Logs
No logs, and because this is client work, I can't actually share.Environment
Ubuntu 22.x, php 8.2Installation
Other (please explain)
Additional details
Custom starter-kit made within our company, however, nothing of that touches Meilisearch / internal statmic search related things