meilisearch/meilisearch-lib/src/dump
bors[bot] b5f91b91c3
Merge #2523
2523: Improve the tasks error reporting when processed in batches r=irevoire a=Kerollmops

This fixes #2478 by changing the behavior of the task handler when there is an error in a batch of document addition or update.

What changes is that when there is a user error in a task in a batch we now report this task as failed with the right error message but we continue to process the other tasks. A user error can be when a geo field is invalid, a document id is invalid, or missing.

fixes #2582, #2478

Co-authored-by: Kerollmops <clement@meilisearch.com>
Co-authored-by: ManyTheFish <many@meilisearch.com>
2022-08-16 14:15:30 +00:00
..
compat Add a new meilisearch_types crate 2022-06-09 16:14:13 +02:00
loaders Move dump v4 patcher into v4.rs 2022-06-01 16:17:43 +02:00
error.rs Fix clippy warnings 2022-07-28 15:56:22 +02:00
handler.rs Merge #2473 2022-06-08 17:14:46 +00:00
mod.rs 📎 makes clippy happy 2022-08-12 14:18:27 +02:00