Add Task.processed_at.

This commit is contained in:
funilrys
2022-11-13 10:12:51 +01:00
parent 079357ee1f
commit 8a14f6f545
2 changed files with 9 additions and 0 deletions

View File

@ -174,6 +174,8 @@ impl V4IndexReader {
}
if task.id as usize == index_metadata.creation_task_id {
created_at = task.processed_at();
break;
}
}