mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
polish, release 4.1.3
This commit is contained in:
parent
bfbb8e8952
commit
7b4c11c454
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Sidekiq Changes
|
# Sidekiq Changes
|
||||||
|
|
||||||
HEAD
|
4.1.3
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- Sinatra 1.4.x is now a required dependency, avoiding cryptic errors
|
- Sinatra 1.4.x is now a required dependency, avoiding cryptic errors
|
||||||
|
@ -8,8 +8,8 @@ HEAD
|
||||||
- Fixed race condition in heartbeat which could rarely lead to lingering
|
- Fixed race condition in heartbeat which could rarely lead to lingering
|
||||||
processes on the Busy tab. [#2982]
|
processes on the Busy tab. [#2982]
|
||||||
```ruby
|
```ruby
|
||||||
# to clean up lingering processes, modify this as necessary to connect to your Redis.
|
# To clean up lingering processes, modify this as necessary to connect to your Redis.
|
||||||
# after 60 seconds, lingering processes should disappear from the Busy page.
|
# After 60 seconds, lingering processes should disappear from the Busy page.
|
||||||
|
|
||||||
require 'redis'
|
require 'redis'
|
||||||
r = Redis.new(url: "redis://localhost:6379/0")
|
r = Redis.new(url: "redis://localhost:6379/0")
|
||||||
|
|
Loading…
Reference in a new issue