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() { ...@@ -748,8 +748,8 @@ func (m *Manager) handleJobEvents() {
if nextJob.GetScheduler() != nil { if nextJob.GetScheduler() != nil {
if nextJob.GetScheduler().IsAdHoc() { if nextJob.GetScheduler().IsAdHoc() {
eventBus := m.GetEventBus() //eventBus := m.GetEventBus()
eventBus.Publish(JobFinished, nextJob) //eventBus.Publish(JobFinished, nextJob)
} }
} }
} }
......
...@@ -246,8 +246,8 @@ func (w *LocalWorker) run(jobChannel chan GenericJob, stopChan chan bool, cancel ...@@ -246,8 +246,8 @@ func (w *LocalWorker) run(jobChannel chan GenericJob, stopChan chan bool, cancel
_ = w.manager.Sync(job) _ = w.manager.Sync(job)
} }
eventBus := w.manager.GetEventBus() //eventBus := w.manager.GetEventBus()
eventBus.Publish(JobDone, job.GetID()) //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