feat: add job commit service

Sync jobs from job cache table to main job table.
Enables #392
This commit is contained in:
2025-05-16 17:36:33 +02:00
parent 40110580e0
commit d76b1ae75d
3 changed files with 39 additions and 1 deletions

View File

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