From fb9e8577e6e990f0c61cb16d932ebdbe0d4ac054 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 18 May 2016 08:55:35 -0700 Subject: [PATCH] Add note, fixes #2977 --- 4.0-Upgrade.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/4.0-Upgrade.md b/4.0-Upgrade.md index 1a35f0bb..b5c2e1bd 100644 --- a/4.0-Upgrade.md +++ b/4.0-Upgrade.md @@ -25,6 +25,9 @@ gem 'redis-namespace' `concurrency + 2` connections in your pool or Sidekiq will exit. When in doubt, let Sidekiq size the connection pool for you. +* Worker data is no longer updated in real-time but rather upon every + heartbeat. Don't expect the `Sidekiq::Workers` API to be millisecond-precise. + * There's a new testing API based off the `Sidekiq::Queues` namespace. All assertions made against the Worker class still work as expected. ```ruby