From d822c3a850006806d34cb06e8d2a2bcfceef4703 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 23 May 2016 16:34:34 -0700 Subject: [PATCH] changes --- Changes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changes.md b/Changes.md index ec1afc2b..4be75b49 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,12 @@ # Sidekiq Changes +HEAD +----------- + +- Fixed race condition in heartbeat which could rarely lead to lingering + processes on the Busy tab. [#2982] + + 4.1.2 -----------