mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
notes
This commit is contained in:
parent
4026085d35
commit
8269205a73
3 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue