Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jun 10, 2022
1 parent 4026085 commit 8269205
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ent-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down
5 changes: 5 additions & 0 deletions Pro-Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down
2 changes: 2 additions & 0 deletions lib/sidekiq/middleware/modules.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8269205

Please sign in to comment.