Skip to content
Snippets Groups Projects
  1. Jan 23, 2017
    • Sybren A. Stüvel's avatar
      Manager: using Lolrus for logging · a398dddf
      Sybren A. Stüvel authored
      By default logs only WARNING and higher. I've added -debug and -verbose
      flags for respectively DEBUG and INFO level logging.
      
      Most logger calls are still just INFO-level, will be migrated in a future
      commit.
      a398dddf
  2. Jan 13, 2017
  3. Jan 12, 2017
  4. Jan 10, 2017
    • Sybren A. Stüvel's avatar
      Manager: receive a list of tasks to cancel from the Server · b5ec5ec7
      Sybren A. Stüvel authored
      The returned tasks have been set to 'cancel-requested' on the Server, and
      should be canceled on the Manager & Workers as well. This is implemented
      by locally setting the task status to 'cancel-requested', which is seen
      as not-runnable by workers, which automatically results in a cancel.
      b5ec5ec7
  5. Jan 06, 2017
  6. Dec 23, 2016
  7. Dec 21, 2016
Loading