From 8fd6274800d6c9a4efb2b2c5f33a4cc48be0822c Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 20 Jun 2016 15:47:08 -0700 Subject: [PATCH] 3025 --- Ent-Changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Ent-Changes.md b/Ent-Changes.md index 1412340f..0fe11bae 100644 --- a/Ent-Changes.md +++ b/Ent-Changes.md @@ -8,6 +8,12 @@ HEAD - Add API to check if a unique lock is present. See [#2932] for details. - Tune concurrent limiters to minimize thread thrashing under heavy contention. [#2944] +- Add option for tuning which Bundler groups get preloaded with `sidekiqswarm` [#3025] +``` +SIDEKIQ_PRELOAD=default,production bin/sidekiqswarm ... +# Use an empty value for maximum application compatibility +SIDEKIQ_PRELOAD= bin/sidekiqswarm ... +``` 1.2.1 -------------