-
Dependency lock is loosened further for compatibility with Sidekiq 3.x.
Gabe Evans
-
Appraisal is used for continous integration with Sidekiq 2.x and Sidekiq's master branch.
Gabe Evans
-
Specs now use RSpec 3 and the
expect()
syntax.Gabe Evans
-
Now supports using a Proc for
:period
option.Kainage
-
Fix for throttler spec that was using symbol keys but the testing with string keys.
worst
-
Dependency lock is loosened for compatibility with Sidekiq 3.0.
Gabe Evans
-
Singleton
is explicitly required, fixing aNameError
.Bruno Pinto
-
Redis is supported as a storage backend for persistence of job execution counters across multiple Sidekiq processes.
Louis Simoneau
-
Only Active Support's
Time
extensions are required. Fixes compatibility with Rails 4.Louis Simoneau
-
Now supports using a Proc for
:threshold
argument, similar to how the:key
argument works.Kyle Dayton
-
Initial release.
Gabe Evans