Revision cc5ab470

b/src/Ganeti/JQScheduler.hs
157 157
      jlist = commaJoin $ map showJob finished
158 158
  unless (null finished)
159 159
    . logInfo $ "Finished jobs: " ++ jlist
160
  mapM_ (maybe (return ()) killINotify . jINotify) finished
160 161

  
161 162
-- | Decide on which jobs to schedule next for execution. This is the
162 163
-- pure function doing the scheduling.

Also available in: Unified diff