Revert interface from jobMeta to job type. Extend job classifier tagger. Cleanup test rules.

This commit is contained in:
2025-05-23 07:48:27 +02:00
parent ca634bb707
commit 733e3ea9d5
11 changed files with 202 additions and 158 deletions

View File

@@ -73,10 +73,7 @@ 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)
repository.CallJobStopHooks(job)
archivePending.Done()
default:
continue