1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2022-06-10 11:35:59 -07:00
parent 4026085d35
commit 8269205a73
3 changed files with 12 additions and 0 deletions

View file

@ -4,6 +4,11 @@
Please see [sidekiq.org](https://sidekiq.org) for more details and how to buy.
HEAD
-------------
- Fix crash with empty periodic data [#5374]
2.5.0
-------------

View file

@ -4,6 +4,11 @@
Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD
---------
- Unbreak queue pausing [#5382]
5.5.0
---------

View file

@ -1,4 +1,6 @@
module Sidekiq
# Server-side middleware must import this Module in order
# to get access to server resources during `call`.
module ServerMiddleware
attr_accessor :config
def redis_pool