diff --git a/crates/index-scheduler/src/processing.rs b/crates/index-scheduler/src/processing.rs index 77f096e5f..1c0b63441 100644 --- a/crates/index-scheduler/src/processing.rs +++ b/crates/index-scheduler/src/processing.rs @@ -82,10 +82,13 @@ make_enum_progress! { make_enum_progress! { pub enum TaskDeletionProgress { RetrievingTasks, + RetrievingBatches, DeletingTasksDateTime, DeletingTasksMetadata, DeletingTasks, DeletingBatches, + DeletingBatchesDateTime, + DeletingBatchesMetadata, } }