Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.43 KB

version 1.0.0

version 0.5.0

  • Option to skip shutdown on specific conditions (for example, for a specific job type). #9 by @msxavi
  • Ensure ProcessSet is up-to-date before checking for process that will need grace time. #10 by @msxavi

version 0.4.0

  • Fix grace time not getting honored. #8 by @VindictivePotato
  • Add gc option and support Float::INFINITY for grace_time option. #4 by @aishek

version 0.3.0

  • Run a full GC and then check memory again before initiating a restart. #2 by @BillFront
  • Don't wait for grace time if there's no work. #1 by @BillFront