From 5db204f37016d2dcd2468f5e1108a7a6bfefe837 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Fri, 30 Aug 2019 23:26:44 +1000 Subject: [PATCH] FIX: broken scheduler when changing per_host <-> global Prior to this commit if we ever checked in a per_host directive and scheduled job was previously global, total chaos could ensue as a feedback loop would start We very rarely used per_host to date, but just started making use of it for heartbeats --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 14a72b7d56f..aa52c66bdf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM mini_portile2 (2.4.0) mini_racer (0.2.6) libv8 (>= 6.9.411) - mini_scheduler (0.12.0) + mini_scheduler (0.12.1) sidekiq mini_sql (0.2.2) mini_suffix (0.3.0)