mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Refactor taggers. Refine Job Hooks. Start job classifier
This commit is contained in:
@@ -72,7 +72,14 @@ func archivingWorker() {
|
||||
}
|
||||
log.Debugf("archiving job %d took %s", job.JobID, time.Since(start))
|
||||
log.Printf("archiving job (dbid: %d) successful", job.ID)
|
||||
|
||||
id := job.ID
|
||||
jobMeta.ID = &id
|
||||
|
||||
repository.CallJobStopHooks(jobMeta)
|
||||
archivePending.Done()
|
||||
default:
|
||||
continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user