Ent-Changes.md in sidekiq-4.1.3 vs Ent-Changes.md in sidekiq-4.1.4
- old
+ new
@@ -1,9 +1,14 @@
Sidekiq Enterprise Changelog
=======================
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
+HEAD
+-------------
+
+- Periodic jobs could stop executing until process restart if Redis goes down [#3047]
+
1.2.2
-------------
- 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]