Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

42 lines (34 loc) · 1.74 KB

version 1.1.0

version 1.0.1

  • Support for Sidekiq >= 6.5.0. #21 by @bf4

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