mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix cli
This commit is contained in:
parent
10f573bb48
commit
7beed4fc51
3 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md)
|
||||
|
||||
5.0.2
|
||||
-----------
|
||||
|
||||
- fix broken release, thanks @nateberkopec
|
||||
|
||||
5.0.1
|
||||
-----------
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ module Sidekiq
|
|||
raise "You are using Redis v#{ver}, Sidekiq requires Redis v2.8.0 or greater" if ver < '2.8'
|
||||
|
||||
# cache process identity
|
||||
opts[:identity] = identity
|
||||
Sidekiq.options[:identity] = identity
|
||||
|
||||
# Touch middleware so it isn't lazy loaded by multiple threads, #3043
|
||||
Sidekiq.server_middleware
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Sidekiq
|
||||
VERSION = "5.0.1"
|
||||
VERSION = "5.0.2"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue