Introduce job duration update task

This commit is contained in:
2024-09-03 10:03:38 +02:00
parent 47b14f932e
commit 39c09f8565
4 changed files with 43 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ func Start() {
}
RegisterFootprintWorker()
RegisterUpdateDurationWorker()
s.Start()
}