fixes a lot of small issue, the test about the cancellation is still failing

This commit is contained in:
Tamo 2024-11-18 16:53:55 +01:00
parent ad9763ffcd
commit 15eefa4fcc
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
13 changed files with 821 additions and 196 deletions

View file

@ -62,11 +62,6 @@ impl Task {
}
}
pub fn with_batch_id(mut self, batch_id: TaskId) -> Self {
self.batch_uid = Some(batch_id);
self
}
/// Return the list of indexes updated by this tasks.
pub fn indexes(&self) -> Vec<&str> {
self.kind.indexes()