Merge pull request #294 from ClusterCockpit/hotfix

Disable UpdateFootprint service for debugging
This commit is contained in:
Jan Eitzinger 2024-11-12 06:37:44 +01:00 committed by GitHub
commit 075612f5bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ func Start() {
RegisterLdapSyncService(lc.SyncInterval) RegisterLdapSyncService(lc.SyncInterval)
} }
RegisterFootprintWorker() // RegisterFootprintWorker()
RegisterUpdateDurationWorker() RegisterUpdateDurationWorker()
s.Start() s.Start()