1
0
Fork 0
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:
Mike Perham 2016-06-29 09:54:36 -07:00
parent bfbb8e8952
commit 7b4c11c454

View file

@ -1,6 +1,6 @@
# Sidekiq Changes
HEAD
4.1.3
-----------
- 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
processes on the Busy tab. [#2982]
```ruby
# 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.
# 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.
require 'redis'
r = Redis.new(url: "redis://localhost:6379/0")