mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Update the tasks statuses
This commit is contained in:
parent
88a0ed9736
commit
f3f6bbf624
5 changed files with 126 additions and 42 deletions
|
@ -274,7 +274,7 @@ async fn document_addition(
|
|||
.await;
|
||||
|
||||
let documents_count = match documents_count {
|
||||
Ok(Ok(documents_count)) => documents_count,
|
||||
Ok(Ok(documents_count)) => documents_count as u64,
|
||||
Ok(Err(e)) => {
|
||||
index_scheduler.delete_update_file(uuid)?;
|
||||
return Err(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue