1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

ent changes, fixes #4000

This commit is contained in:
Mike Perham 2018-10-18 19:28:47 -07:00
parent 003e58161e
commit 8d06669c08

View file

@ -7,7 +7,7 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how t
HEAD
-------------
- Fix elapsed time calculations to use monotonic clock [#3999]
- Fix elapsed time calculations to use monotonic clock [#4000, sj26]
- Fix edge case where flapping leadership would cause old periodic
jobs to be fired once [#3974]
- Add support for sidekiqswarm memory monitoring on FreeBSD [#3884]