Skip to content

Commit

Permalink
Merge pull request #294 from ClusterCockpit/hotfix
Browse files Browse the repository at this point in the history
Disable UpdateFootprint service for debugging
  • Loading branch information
moebiusband73 authored Nov 12, 2024
2 parents c05ffeb + 1a87ed8 commit 075612f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/taskManager/taskManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func Start() {
RegisterLdapSyncService(lc.SyncInterval)
}

RegisterFootprintWorker()
// RegisterFootprintWorker()
RegisterUpdateDurationWorker()

s.Start()
Expand Down

0 comments on commit 075612f

Please sign in to comment.