Fixed sone jobs

This commit is contained in:
Ultradesu
2026-06-08 11:22:52 +01:00
parent a8756c95de
commit 624cadab64
8 changed files with 525 additions and 13 deletions
+5 -1
View File
@@ -128,7 +128,11 @@ impl Job for InboxDiscoverJob {
v
}
Err(e) => {
crate::metrics::record_agent_file_hash(hash_start.elapsed(), 0, "error");
crate::metrics::record_agent_file_hash(
hash_start.elapsed(),
0,
"error",
);
log.warn(&format!("Failed to hash {}: {e}", file_path.display()));
continue;
}