mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 04:51:39 +02:00
Allow to combine job update queries
This commit is contained in:
@@ -21,6 +21,6 @@ func RegisterUpdateDurationWorker() {
|
||||
start := time.Now()
|
||||
log.Printf("Update duration started at %s", start.Format(time.RFC3339))
|
||||
jobRepo.UpdateDuration()
|
||||
log.Print("Update duration is done and took %s", time.Since(start))
|
||||
log.Printf("Update duration is done and took %s", time.Since(start))
|
||||
}))
|
||||
}
|
||||
|
Reference in New Issue
Block a user