Open
Description
The search logs show that the plugin is making multiple DELETE requestd for the same articles ID, seems on a 5 min interval.
These sometimes take 7 seconds to respond
Description
[2022-12-13T13:05:54Z INFO actix_web::middleware::logger] 172.19.16.209 "DELETE /indexes/article/documents/article-686 HTTP/1.1" 202 130 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" 7.700711
article-686 has not been deleted in strapi or updated, but it is not published so not sure how it was indexed in first place
Expected behavior
Dont repeatedly send DELETE calls
Environment (please complete the following information):
- OS: getmeili/meilisearch:v0.29
- Meilisearch version: 0.29.3
- strapi-plugin-meilisearch version: 0.8.2
- Strapi version: 4.5.3