mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Accumulate step durations from the progress system
This commit is contained in:
parent
0f1aeb8eaa
commit
11a11fc870
2 changed files with 55 additions and 7 deletions
|
@ -339,6 +339,7 @@ impl IndexScheduler {
|
|||
|
||||
// We must re-add the canceled task so they're part of the same batch.
|
||||
ids |= canceled;
|
||||
eprintln!("{:#?}", progress.accumulated_durations());
|
||||
self.queue.write_batch(&mut wtxn, processing_batch, &ids)?;
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue