Skip to content

Commit

Permalink
chore: add sync topology job to scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Dec 29, 2023
1 parent c250a7f commit f593f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jobs/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func Start() {
}
}

for _, j := range []*job.Job{topologyJobs.CleanupComponents} {
for _, j := range []*job.Job{topologyJobs.CleanupComponents, topologyJobs.SyncTopology} {
var job = j
job.Context = context.DefaultContext
if err := job.AddToScheduler(FuncScheduler); err != nil {
Expand Down

0 comments on commit f593f8d

Please sign in to comment.