Sidekiq v2.1.0 Release Notes

    • Tune Celluloid to no longer run message processing within a Fiber. This gives us a full Thread stack and also lowers Sidekiq's memory usage.
    • ➕ Add pagination within the Web UI [#253]
    • Specify which Redis driver to use: hiredis or ruby (default)
    • ✂ Remove FailureJobs and UniqueJobs, which were optional middleware that I don't want to support in core. [#302]