Allow to attach customMetadatain the document addition or update tasks

This commit is contained in:
Louis Dureuil
2025-10-30 11:21:55 +01:00
parent 2859079c32
commit 083de2bfc1
12 changed files with 50 additions and 3 deletions

View File

@@ -379,6 +379,7 @@ impl crate::IndexScheduler {
status,
kind,
network: _,
custom_metadata: _,
} = task;
assert_eq!(uid, task.uid);
if task.status != Status::Enqueued {