Skip to content
Snippets Groups Projects
Verified Commit 2bb74106 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: move flake.nix

parent 14ec6841
No related branches found
No related tags found
No related merge requests found
......@@ -748,8 +748,8 @@ func (m *Manager) handleJobEvents() {
if nextJob.GetScheduler() != nil {
if nextJob.GetScheduler().IsAdHoc() {
eventBus := m.GetEventBus()
eventBus.Publish(JobFinished, nextJob)
//eventBus := m.GetEventBus()
//eventBus.Publish(JobFinished, nextJob)
}
}
}
......
......@@ -246,8 +246,8 @@ func (w *LocalWorker) run(jobChannel chan GenericJob, stopChan chan bool, cancel
_ = w.manager.Sync(job)
}
eventBus := w.manager.GetEventBus()
eventBus.Publish(JobDone, job.GetID())
//eventBus := w.manager.GetEventBus()
//eventBus.Publish(JobDone, job.GetID())
}()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment