mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Delete the persisted data when we cancel a task
This commit is contained in:
parent
f9c8fe5eaa
commit
79c4275bfc
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ impl IndexScheduler {
|
|||
|
||||
// 2. We now have a list of tasks to cancel, cancel them
|
||||
for mut task in self.get_existing_tasks(wtxn, tasks_to_cancel.iter())? {
|
||||
// TODO delete the content uuid of the task
|
||||
self.delete_persisted_task_data(&task)?;
|
||||
task.status = Status::Canceled;
|
||||
task.canceled_by = Some(cancel_task_id);
|
||||
task.finished_at = Some(now);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue